Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
f63baaef48
|
@@ -348,7 +348,7 @@ if (type === 'auto' && time != 'bedtime') {
|
||||
}
|
||||
|
||||
// Automated responses
|
||||
if (type === 'auto' && allowed === 'on' && meltdown === 'off' && vacation === 'off') {
|
||||
if (type === 'auto' && allowed === 'on' && meltdown === 'off' && vacation === 'off') { //! allowed === 'off' currently because of upstairs heat issues. Need to figure out a way to still allow wakeup flow to run.
|
||||
node.log("Master Bedroom Climate: Auto")
|
||||
if (sleeping === 'on' && topic != 'mrbedroom-wakeup') {
|
||||
node.status({ fill: "red", shape: "ring", text: "Blocked (sleep mode)" })
|
||||
|
||||
Reference in New Issue
Block a user