Always use bathroom single nightlight instead of full nightlight
This commit is contained in:
@ -17,15 +17,7 @@ if (payload === 'on') {
|
||||
if (motion === 'on') {
|
||||
scene = 'Adaptive'
|
||||
} else {
|
||||
if (kallenOvernight === 'off') {
|
||||
if (nightMode === 'on') {
|
||||
scene = 'Single Nightlight'
|
||||
} else {
|
||||
scene = 'Nightlight'
|
||||
}
|
||||
} else {
|
||||
scene = 'Adaptive'
|
||||
}
|
||||
scene = 'Single Nightlight'
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user