Jeff Moe 2022-10-04 13:31:49 -06:00
parent 2b77b28c12
commit 5c7f6e9b6b
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ class Rotator(object):
self.rot = Hamlib.Rot(self.rot_name)
self.rot.state.rotport.pathname = self.rot_port
self.rot.state.rotport.parm.serial.rate = self.rot_baud
self.rot.set_conf("max_az","450")
self.rot.set_conf("min_az","-180")
def get_info(self):
"""Return information about the rotator