some forwarders
This commit is contained in:
2
dist/Forwarder.js
vendored
2
dist/Forwarder.js
vendored
@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const AItem_1 = require("./AItem");
|
||||
const MqttDispatcher_1 = require("./MqttDispatcher");
|
||||
class Forwarder extends AItem_1.AItem {
|
||||
constructor(floor, room, item, label, topicLastPart, targetTopics) {
|
||||
constructor(floor, room, item, topicLastPart, label, targetTopics) {
|
||||
super(floor, room, item, label);
|
||||
this.inTopic = `${this.topicFirstPart}/${topicLastPart}`;
|
||||
this.subscribeTopics = [this.inTopic];
|
||||
|
Reference in New Issue
Block a user