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,9 +1,9 @@
import * as logger from './log'
import { mqttHandler } from './MqttDispatcher'
import { AHomematicItem } from './AHomematicItem'
import { AHomegearItem } from './AHomegearItem'
import { LightScene } from './Scene'
export class MaxEcoSwitch extends AHomematicItem {
export class MaxEcoSwitch extends AHomegearItem {
private ecoTopic: string
private mainTopic: string
private mainButtonTopic: string