- added missing setSwitch()

- updated firmware


git-svn-id: http://moon:8086/svn/projects/HendiControl@178 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
2019-03-30 15:41:12 +00:00
parent 7906d56e7d
commit 79b5936707
2 changed files with 422 additions and 409 deletions
+3
View File
@@ -110,6 +110,9 @@ class HendiCtrl():
def getPower(self):
return self.cmd("P?")
def setSwitch(self, enable):
return self.cmd("S" + str(int(enable)))
def getSwitch(self):
return self.cmd("S?")