configure scenes
This commit is contained in:
2
dist/Scene.js
vendored
2
dist/Scene.js
vendored
@ -34,7 +34,7 @@ class LightScene extends AItem_1.AItem {
|
||||
this.myLastFeedbackState = '-';
|
||||
}
|
||||
exportItem() {
|
||||
return Export_1.SwitchExport(this.itemId, this.label, this.stateTopic, this.stateFeedbackTopic, 'Switch');
|
||||
return Export_1.SwitchExport(this.itemId, this.label, this.stateTopic, this.stateFeedbackTopic, 'bulb');
|
||||
}
|
||||
processMessage(topic, payload) {
|
||||
if (topic == this.stateTopic) {
|
||||
|
Reference in New Issue
Block a user