touch switch support

This commit is contained in:
Wolfgang Hottgenroth
2018-01-31 16:13:44 +01:00
parent 409ab71365
commit 72516fac28
4 changed files with 163 additions and 16 deletions

View File

@ -20,9 +20,9 @@ export abstract class AItem {
protected topicFirstPart: string
protected itemId: string
protected label: string
private item: string
private room: string
private floor: string
protected item: string
protected room: string
protected floor: string
protected subscribeTopics: string[]