pipx install git+https://github.com/Northo/simula-lights-api
This will install the lights command.
This is suitable if you want to develop on the package.
Clone the repo and run poetry install.
You must give your office number as the first argument:
lights ROOM
With no other arguments, the lights are reset:
lights ROOM
You can also specify brightness or color with a range 0-4:
lights ROOM brightness 2
or
lights ROOM color 3
The script is written by minrk and packaged by finsberg The script was wrapped as an API by northo.
