From 09988333f7c3b2a544d4a80cc2fc14e63a5b6bf9 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sun, 23 Mar 2025 04:36:57 -0400 Subject: [PATCH] Small adjustment in Kallen's timer flow --- kallen-timer/lights.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {