Motion lighting for more rooms

This commit is contained in:
2024-02-08 22:14:42 -05:00
parent e58ee15b31
commit fc12a017dd
5 changed files with 87 additions and 2 deletions

View File

@ -21,7 +21,7 @@ if (payload === 'on') {
hallwayAction = 'off'
} else if (nightMode === 'on' || peopleSleeping === true) {
hallwayAction = 'on'
hallwayScene = 'Dimmed'
hallwayScene = 'Nightlight'
} else if (earlyNightMode === 'on') {
hallwayAction = 'on'
hallwayScene = 'Adaptive'