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