parent
0052656f33
commit
54a8c761a6
@ -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