first Hue light
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
import * as logger from './log'
|
||||
import { mqttHandler } from './MqttDispatcher'
|
||||
import { AHomematicItem } from './AHomematicItem'
|
||||
import { AHomegearItem } from './AHomegearItem'
|
||||
import { SwitchExport, ExportType } from './Export'
|
||||
import { HasStateAndFeedbackTopic } from './AItem';
|
||||
|
||||
export class HomematicSwitchItem extends AHomematicItem implements HasStateAndFeedbackTopic {
|
||||
export class HomematicSwitchItem extends AHomegearItem implements HasStateAndFeedbackTopic {
|
||||
private oldState: string|undefined
|
||||
private state: string
|
||||
private actionTopic: string
|
||||
|
Reference in New Issue
Block a user