Maybe I mean it this time? Heh...

This commit is contained in:
2025-03-26 15:01:06 -04:00
parent 9620f4b4f7
commit ad6a3db18c

View File

@ -22,9 +22,9 @@ let secondFloor = {
}
if (schoolToday === 'on' && kallen === 'home' && morning === 'on') {
node.send([basement,secondFloor])
node.send([[basement,secondFloor]])
node.status({fill:'yellow',shape:'dot',text:'Kallen waiting for school bus'})
} else {
node.send([basement,firstFloor,secondFloor])
node.send([[basement,firstFloor,secondFloor]])
node.status({fill:'green',shape:'dot',text:'All scripts sent'})
}