diff --git a/kallen-timer/lights.js b/kallen-timer/lights.js index 7957534..dcae51a 100644 --- a/kallen-timer/lights.js +++ b/kallen-timer/lights.js @@ -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 {