change
This commit is contained in:
@ -3,13 +3,14 @@ import { mqttHandler } from './MqttDispatcher'
|
||||
|
||||
|
||||
export abstract class AItem {
|
||||
protected topicFirstPart: string;
|
||||
protected itemId: string;
|
||||
private item: string;
|
||||
private room: string;
|
||||
protected topicFirstPart: string
|
||||
protected itemId: string
|
||||
private item: string
|
||||
private room: string
|
||||
private floor: string
|
||||
protected subscribeTopics: string[]
|
||||
|
||||
|
||||
constructor(floor: string, room: string, item: string) {
|
||||
this.floor = floor
|
||||
this.room = room
|
||||
|
Reference in New Issue
Block a user