configure scenes
This commit is contained in:
@ -49,7 +49,7 @@ export class LightScene extends AItem {
|
||||
}
|
||||
|
||||
exportItem() : ExportType|null {
|
||||
return SwitchExport(this.itemId, this.label, this.stateTopic, this.stateFeedbackTopic, 'Switch')
|
||||
return SwitchExport(this.itemId, this.label, this.stateTopic, this.stateFeedbackTopic, 'bulb')
|
||||
}
|
||||
|
||||
processMessage(topic: string, payload: string) : void {
|
||||
|
Reference in New Issue
Block a user