some changes

This commit is contained in:
Wolfgang Hottgenroth
2018-01-15 21:24:53 +01:00
parent 85cab38058
commit f362c90b91
8 changed files with 61 additions and 18 deletions

View File

@ -51,7 +51,7 @@ export class MaxThermostat extends AHomematicItem implements HasInTopic {
this.temperature = parseFloat(payload)
setTemperature = true
} else if (topic == this.deviceFeedbackTopic) {
this.temperature = parseFloat(payload)
// this.temperature = parseFloat(payload)
setTemperature = false
} else if (topic in this.windowContactMap) {
this.windowContactMap[topic].state = payload
@ -76,4 +76,4 @@ export class MaxThermostat extends AHomematicItem implements HasInTopic {
}
}
}