Thermostat Bedroom
This commit is contained in:
3
dist/DimmerAdaptor.js
vendored
3
dist/DimmerAdaptor.js
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user