Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 246 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 246 Bytes

Contrebande Lights - docs

Controlling the lights manually

On:
curl http://192.168.1.72/control?cmd=gpio,12,1

Off:
curl http://192.168.1.72/control?cmd=gpio,12,0

Installing this repo

pip3 install -r requirements.txt