In the setTrackingMode function of nexstar.py, line 244: is: ``` command = NexstarCommand.GET_TRACKING_MODE ``` shouldn't it be?: ``` command = NexstarCommand.SET_TRACKING_MODE ```
In the setTrackingMode function of nexstar.py, line 244:
is:
shouldn't it be?: