Change name of eco variable in flow context
This commit is contained in:
@ -280,7 +280,7 @@ if (setHvac.length > 0) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (setEco.length > 0) {
|
if (setEco.length > 0) {
|
||||||
flow.set('emmaBedroom.airconPreset',setEco,'diskCon')
|
flow.set('emmaBedroom.airconEco',setEco,'diskCon')
|
||||||
}
|
}
|
||||||
|
|
||||||
if (setTemp.length > 0) {
|
if (setTemp.length > 0) {
|
||||||
|
Reference in New Issue
Block a user