getauxserialno
This commit is contained in:
@@ -26,7 +26,6 @@ class Saturated(Error):
|
||||
|
||||
# TODO commands:
|
||||
# eraselogdata
|
||||
# getauxserialno
|
||||
# getdarkmode
|
||||
# getfactorydark
|
||||
# getirradiance
|
||||
@@ -98,6 +97,9 @@ class ILT1000(object):
|
||||
def GetSerialNumber(self):
|
||||
return self._SendCommand('getserialnumber')
|
||||
|
||||
def GetAuxSerialNumber(self):
|
||||
return self._SendCommand('getauxserialno')
|
||||
|
||||
def GetControllerTempF(self):
|
||||
return int(self._SendCommand('gettemp'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user