Thermostat Bedroom

This commit is contained in:
Wolfgang Hottgenroth
2018-02-22 17:59:05 +01:00
parent a5d6791e88
commit 7ead49a67a
3 changed files with 46 additions and 1 deletions

View File

@ -13,6 +13,9 @@ class DimmerAdaptor extends AItem_1.AItem {
this.bright = 100;
this.brightDirection = -1;
}
getInTopic() {
return this.inTopic;
}
processMessage(topic, payload) {
switch (topic) {
case this.inTopic: