This commit is contained in:
2018-04-07 09:59:38 +02:00
parent dc28dc81b7
commit 00ba130010
4 changed files with 8 additions and 8 deletions

View File

@ -30,7 +30,7 @@ export class MaxThermostat extends AHomegearItem implements HasInTopic {
// Thermostat: homegear/instance1/set/3/1/SET_TEMPERATURE
getInTopic() : string {
return this.temperatureTopic
return this.commandTopic
}
exportItem() : ExportType|null {