adjust for smartclient output

This commit is contained in:
2018-06-25 13:14:03 +02:00
parent 718ac667d1
commit 28fa32d48d
17 changed files with 842 additions and 401 deletions

View File

@ -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;
}