示例#1
0
 def online(self, id):
     debugLog("Online for " + str(id))
     readSensorsFor(id)
示例#2
0
 def reread(self, id):
     debugLog("Reread for " + str(id))
     readSensorsFor(id)
示例#3
0
 def reread(self, id):
     debugLog('Reread for '+str(id))
     readSensorsFor(id)
示例#4
0
 def online(self, id):
     debugLog('Online for '+str(id))
     readSensorsFor(id)
示例#5
0
 def rereadSensorics(self, device_id):
     readSensorsFor(device_id)