Improve templating in master bedroom climate flows
This commit is contained in:
@ -27,4 +27,4 @@ let reset = {
|
||||
}
|
||||
|
||||
node.send(reset)
|
||||
node.status({ fill: "green", shape: "dot", text: "Mode reset to " + setTopic})
|
||||
node.status({ fill: "green", shape: "dot", text: `Mode reset to ${setTopic}`})
|
Reference in New Issue
Block a user