From 90effd6b2b1b94194bbd8823f38959057412858d Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 11 Dec 2023 14:29:45 -0500 Subject: [PATCH] Attempt to fix my awake switch not being turned off --- climate/master-bedroom/processing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/climate/master-bedroom/processing.js b/climate/master-bedroom/processing.js index c7276e4..d731158 100644 --- a/climate/master-bedroom/processing.js +++ b/climate/master-bedroom/processing.js @@ -437,7 +437,7 @@ if (type === 'auto' && allowed === 'on' && meltdown === 'off' && vacation === 'o } } else if (time === 'bedtime') { node.status({ fill: "blue", shape: "dot", text: "Sleep" }) - node.send([null, sendFan, sendEchoDotDND, null, null]) + node.send([null, sendFan, [sendEchoDotDND,sendPeople], null, null]) node.log("Master Bedroom Climate: Sleep/Bedtime") if (ac === 'on') { node.send([[sendDisplay, sendHvac, sendTemp, sendEco, sendAcFan], null, null, null, null])