From 71db65fca24c7812ee53ec9cb03ac58355d0c06f Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 28 Mar 2025 20:21:45 -0400 Subject: [PATCH] Idiotic typo --- climate/master-bedroom/meltdown-center.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/climate/master-bedroom/meltdown-center.js b/climate/master-bedroom/meltdown-center.js index 1c28958..54932e8 100644 --- a/climate/master-bedroom/meltdown-center.js +++ b/climate/master-bedroom/meltdown-center.js @@ -1,7 +1,7 @@ const states = global.get('homeassistant.homeAssistant.states') const toggle = msg.payload const ac = global.get('mb_aircon_installed', "diskCon") -const mbrmbrLastMode = flow.get("mbrmbrLastMode", "diskCon") +const mbrLastMode = flow.get("mbrLastMode", "diskCon") const bedTemp = states['input_number.master_bedroom_bedtime_temp'].state let setTemp = bedTemp