couple large and small basement light

This commit is contained in:
2018-05-24 22:43:55 +02:00
parent ab08986ca2
commit 27153262bc
6 changed files with 30 additions and 2 deletions

4
dist/AItem.js vendored
View File

@ -1,8 +1,10 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const MqttDispatcher_1 = require("./MqttDispatcher");
class AItem {
const Events = require("events");
class AItem extends Events.EventEmitter {
constructor(floor, room, item, label = '') {
super();
this.floor = floor;
this.room = room;
this.item = item;