hue-controller.py start

fetchIP
E. Almqvist 4 years ago
parent d140ff493f
commit 7892ec7ead
  1. 8
      hue-controller.py

@ -0,0 +1,8 @@
#!/usr/bin/env python
import requests as req # Used for HTTP requests for the Hue API
from lib.input import * # Commandline parser
Loading…
Cancel
Save