예제 #1
0
def auth():
    '''
    Press the hue button!
    '''
    h = Hue()
    h.auth()
예제 #2
0
파일: main.py 프로젝트: GuoJing/pyhue
def auth():
    '''
    Press the hue button!
    '''
    h = Hue()
    h.auth()