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