This commit is contained in:
Wolfgang Hottgenroth
2018-01-31 20:55:58 +01:00
parent 72516fac28
commit 48fe3be0e9
4 changed files with 8 additions and 2 deletions

View File

@ -27,7 +27,7 @@ class TouchSwitchButtonSingleItem {
}
exports.TouchSwitchButtonSingleItem = TouchSwitchButtonSingleItem;
class TouchSwitchMultiButtonThing extends AItem_1.AItem {
constructor(floor, room, item, hmId, itemObjs) {
constructor(floor, room, item, itemObjs) {
super(floor, room, item, '');
this.itemObjs = itemObjs;
this.deviceTopicPre = `IoT/Touchswitch/${this.floor}/${this.room}/${this.item}`;