typescriptifying completed
This commit is contained in:
@ -4,7 +4,7 @@ import { mqttHandler } from './MqttDispatcher'
|
||||
|
||||
export abstract class AItem {
|
||||
protected topicFirstPart: string;
|
||||
private itemId: string;
|
||||
protected itemId: string;
|
||||
private item: string;
|
||||
private room: string;
|
||||
private floor: string
|
||||
|
Reference in New Issue
Block a user