adjust for smartclient output
This commit is contained in:
6
dist/HueColorBulbItem.js
vendored
6
dist/HueColorBulbItem.js
vendored
@ -47,6 +47,12 @@ class HueColorBulbItem extends AHomegearItem_1.AHomegearItem {
|
||||
this.hue = 0;
|
||||
this.saturation = 0;
|
||||
}
|
||||
getLabel() {
|
||||
return this.label;
|
||||
}
|
||||
getRoom() {
|
||||
return this.room;
|
||||
}
|
||||
getStateTopic() {
|
||||
return this.stateTopic;
|
||||
}
|
||||
|
Reference in New Issue
Block a user