about summary refs log tree commit diff
path: root/fun/idual/__init__.py
AgeCommit message (Collapse)AuthorFilesLines
2020-04-26 r/691 feat(fun/idual): Support multiple simultaneous Broadlink devicesVincent Ambo1-7/+12
There are now two devices in this room, and they're being used simultaneously.
2020-04-26 r/688 feat(fun/idual && nixos/camden): Add light alarm systemd unitsVincent Ambo1-0/+2
Adds a systemd unit to run the idual light alarm using a transient timer created by systemd-run.
2020-04-25 r/687 fix(fun/idual): Hardcode the Broadlink thing's local addressVincent Ambo1-1/+1
2020-04-25 r/686 feat(fun/idual): Implement some utilities for controlling lightsVincent Ambo1-0/+71
This program, if build in its executable form, will try to turn the lights on and put them into "morning mode".