Motion lighting for more rooms
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user