I am implementing the Telescope interface in Alpaca. I see SkySafari calling can_move_axis(), which I've coded to return false, but SkySafari is still showing the directional move controls. When a directional control is tapped, SkySafari issues a move_axis() call which (correctly) gets NOT_IMPLEMENTED.
What should happen: when can_move_axis() is false, SkySafari should not offer the directional slew controls.