typescriptifying completed

This commit is contained in:
Wolfgang Hottgenroth
2018-01-09 17:40:11 +01:00
parent 8d85314fc9
commit 3a8dd1b577
13 changed files with 315 additions and 127 deletions

View File

@ -22,7 +22,7 @@ export class DimmerAdaptor extends AItem {
this.brightDirection = -1
}
processMessage(topic: string, payload: string) {
processMessage(topic: string, payload: string) : void {
switch (topic) {
case this.inTopic:
switch (payload) {