Script execution
This commit is contained in:
@@ -37,7 +37,7 @@ class Esera(TcpDevice):
|
||||
self.write("get,owb,listall1\n")
|
||||
|
||||
def req_events(self):
|
||||
self.write("EVT\n")
|
||||
pass
|
||||
|
||||
def doInitialize(self):
|
||||
super(Esera, self).doInitialize()
|
||||
@@ -58,8 +58,7 @@ class Esera(TcpDevice):
|
||||
raise
|
||||
|
||||
def doUpdate(self):
|
||||
SET SYS DIO
|
||||
|
||||
self.req_events()
|
||||
#def onByte(self, rx):
|
||||
# print rx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user