Maybe I mean it this time? Heh...
This commit is contained in:
@ -22,9 +22,9 @@ let secondFloor = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (schoolToday === 'on' && kallen === 'home' && morning === 'on') {
|
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'})
|
node.status({fill:'yellow',shape:'dot',text:'Kallen waiting for school bus'})
|
||||||
} else {
|
} else {
|
||||||
node.send([basement,firstFloor,secondFloor])
|
node.send([[basement,firstFloor,secondFloor]])
|
||||||
node.status({fill:'green',shape:'dot',text:'All scripts sent'})
|
node.status({fill:'green',shape:'dot',text:'All scripts sent'})
|
||||||
}
|
}
|
Reference in New Issue
Block a user