first Hue light

This commit is contained in:
Wolfgang Hottgenroth
2018-01-25 16:23:06 +01:00
parent 32a57408d9
commit 11c3def220
18 changed files with 162 additions and 25 deletions

View File

@ -1,8 +1,8 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const MqttDispatcher_1 = require("./MqttDispatcher");
const AHomematicItem_1 = require("./AHomematicItem");
class MaxEcoSwitch extends AHomematicItem_1.AHomematicItem {
const AHomegearItem_1 = require("./AHomegearItem");
class MaxEcoSwitch extends AHomegearItem_1.AHomegearItem {
constructor(floor, room, item, label, hmId, mainScene, ecoScene) {
super(floor, room, item, label, hmId);
this.mainButtonTopic = `${this.deviceTopicPre}/1/PRESS`;