parent
55990fbdcc
commit
86d7681f7d
@ -0,0 +1,12 @@ |
||||
#!/usr/bin/env python |
||||
|
||||
from modules.hue.hue_controller import controller |
||||
from modules.hue.hue_remote import parseCommandline |
||||
|
||||
def init(): |
||||
hue.controller.init() # very important to initialize the controller |
||||
parseCommandline() |
||||
hue.controller.end() # also to end it |
||||
|
||||
if __name__ == "__main__": |
||||
init() |
Loading…
Reference in new issue