heating scenes added
This commit is contained in:
@ -87,6 +87,9 @@ export class MaxThermostat extends AHomegearItem implements HasInTopic {
|
||||
} else if (payload == 'OFF') {
|
||||
this.temperature = DISABLED_TEMPERATURE
|
||||
setTemperature = true
|
||||
} else if (payload == 'FORCE_ON') {
|
||||
this.temperature = this.presetTemperature
|
||||
setTemperature = true
|
||||
}
|
||||
} else if (topic == MaxThermostat.heatingMainSwitchTopic) {
|
||||
this.heatingMainFlag = (payload == 'ON')
|
||||
|
Reference in New Issue
Block a user