Skip to content

Commit

Permalink
Set is_parked
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee committed May 13, 2024
1 parent 9787fe5 commit 617ae88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/panoptes/pocs/mount/ioptron/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,8 @@ def _update_status(self):
self._is_slewing = self.state == MountState.SLEWING

status['state'] = self.state.name
status['parked_software'] = self.is_parked
status['is_parked'] = self.is_parked
status['at_mount_park'] = self._at_mount_park

coords_unit = getattr(u, self._location_units)
status['longitude'] = Longitude((float(status_dict['longitude']) * coords_unit).to(u.degree))
Expand Down

0 comments on commit 617ae88

Please sign in to comment.