adjust for smartclient output
This commit is contained in:
6
dist/HomematicSwitchItem.js
vendored
6
dist/HomematicSwitchItem.js
vendored
@ -4,6 +4,12 @@ const MqttDispatcher_1 = require("./MqttDispatcher");
|
||||
const AHomegearItem_1 = require("./AHomegearItem");
|
||||
const Export_1 = require("./Export");
|
||||
class HomematicSwitchItem extends AHomegearItem_1.AHomegearItem {
|
||||
getLabel() {
|
||||
return this.label;
|
||||
}
|
||||
getRoom() {
|
||||
return this.room;
|
||||
}
|
||||
getStateTopic() {
|
||||
return this.stateTopic;
|
||||
}
|
||||
|
Reference in New Issue
Block a user