typescriptifying completed
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user