about summary refs log tree commit diff
path: root/fun/idual (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-05-14 r/716 feat(fun/idual): Change alarm light from 'morning' to 'sun'Vincent Ambo1-1/+1
The latter is much brighter and warmer, this is probably better.
2020-04-26 r/692 feat(fun/idual): Introduce real CLI that can send all commandsVincent Ambo3-25/+50
Adds an idualctl CLI that can be used to control the lights.
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 Ambo2-3/+10
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 Ambo2-5/+36
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 Ambo4-31/+75
This will make them easier to consume for the thing I'm actually trying to do here.
2020-04-25 r/683 docs(fun/idual): Document how to capture codesVincent Ambo1-0/+23
2020-04-25 r/682 feat(fun/idual): Check in captured iDual remote codesVincent Ambo2-0/+42