Skip to content

Commit

Permalink
Added some focus commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
platini2 authored Nov 16, 2022
1 parent 2ef249d commit 5c395e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions celestron.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__copyright__ = "Copyright 2021, Patricio Latini"
__credits__ = "Patricio Latini"
__license__ = "GPLv3"
__version__ = "0.9.30"
__version__ = "0.9.31"
__maintainer__ = "Patricio Latini"
__email__ = "p_latini@hotmail.com"
__status__ = "Production"
Expand Down Expand Up @@ -254,7 +254,9 @@
(0x12, 0x13) : 'FOCUS_SLEW_DONE',
(0x12, 0x24) : 'FOCUS_MOVE_POS',
(0x12, 0x25) : 'FOCUS_MOVE_NEG',
(0x12, 0x2c) : 'FOCUS_XXX',
(0x12, 0x2a) : 'FOCUS_CALIBRATION_ENABLE',
(0x12, 0x2b) : 'FOCUS_IS_CALIBRATED',
(0x12, 0x2c) : 'FOCUS_GET_CALIBRATION_POSITIONS',
(0x12, 0x3b) : 'FOCUS_XXX',
(0x12, 0xfe) : 'FUCUS_GET_FW_VER',
(0x17, 0x00) : 'DEWHEATER_GET_CURRENT_POWER',
Expand Down

0 comments on commit 5c395e6

Please sign in to comment.