Always use bathroom single nightlight instead of full nightlight

This commit is contained in:
2024-11-30 19:26:58 -05:00
parent 844680454d
commit fd175c7362
2 changed files with 2 additions and 12 deletions

View File

@ -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'
}
}