Esempio n. 1
0
__author__ = 'Jackie'
import time

import IOT

IOT.initialize()
time.sleep(10)
IOT.selectAll().identify()
Esempio n. 2
0
def notifyMe(urgent):
    if urgent:
        notify(IOT.selectAll())
    else:
        notify(IOT.selectNearest())