Small adjustment in Kallen's timer flow

This commit is contained in:
2025-03-23 04:36:57 -04:00
parent 0fc7fdb31b
commit 09988333f7

View File

@ -6,7 +6,7 @@ if (msg.lights === 'on') {
node.status({fill:"green",shape:"dot",text:"Lights Controlled"})
return[null,msg]
} else {
node.status({fill:"red",shape:"ring",text:"N/A in " + msg.room})
node.status({fill:"red",shape:"ring",text:`N/A in ${msg.room}`})
return null
}
} else {