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