Cron implemented
This commit is contained in:
3
dist/MaxThermostat.js
vendored
3
dist/MaxThermostat.js
vendored
@ -6,6 +6,9 @@ const AHomematicItem_1 = require("./AHomematicItem");
|
||||
const WINDOW_OPEN_TEMPERATURE = 4.5;
|
||||
class MaxThermostat extends AHomematicItem_1.AHomematicItem {
|
||||
// Thermostat: homegear/instance1/set/3/1/SET_TEMPERATURE
|
||||
getInTopic() {
|
||||
return this.temperatureTopic;
|
||||
}
|
||||
constructor(floor, room, item, label, hmId, windowContacts) {
|
||||
super(floor, room, item, label, hmId);
|
||||
this.temperatureTopic = `${this.topicFirstPart}/temperature`;
|
||||
|
Reference in New Issue
Block a user