about summary refs log tree commit diff
path: root/fun/idual/setup.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-04-26 r/692 feat(fun/idual): Introduce real CLI that can send all commandsVincent Ambo1-2/+1
Adds an idualctl CLI that can be used to control the lights.
2020-04-25 r/686 feat(fun/idual): Implement some utilities for controlling lightsVincent Ambo1-2/+2
This program, if build in its executable form, will try to turn the lights on and put them into "morning mode".
2020-04-25 r/685 feat(fun/idual): Move colour codes into a Python scriptVincent Ambo1-0/+16
This will make them easier to consume for the thing I'm actually trying to do here.