various tidyups

This commit is contained in:
zorruno
2026-07-21 13:40:06 +12:00
parent 66bee0ccf7
commit 4e2107f7f7
31 changed files with 3120 additions and 502 deletions
+5 -2
View File
@@ -3,6 +3,9 @@
###############################################################################
#
# Version:
# 2026-07-20 v0.3
# - Synchronized the documented Number 16 schedule with the implementation.
#
# 2026-05-09 v0.2
# - Refactored scheduled control to use editable schedule lists.
# - Switched lights now use explicit ON/OFF schedule entries instead of
@@ -527,8 +530,8 @@ script:
# EDIT SCHEDULE HERE
# Format: trigger, offset_minutes/at, target_brightness, ramp_minutes
# Current schedule:
# - sunset -30, 80, 30
# - 20:00, 50, 30
# - sunset -30, 60, 30
# - 20:00, 50, 120
# - 01:00, 20, 120
# - 06:00, 0, 120
###########################################################################