export relaybox
This commit is contained in:
2
dist/RelayBox.js
vendored
2
dist/RelayBox.js
vendored
@ -20,7 +20,7 @@ class RelayBoxThing extends AItem_1.AItem {
|
||||
this.oldSwitchStates = '';
|
||||
}
|
||||
exportItem() {
|
||||
return Export_1.RelayBoxExport(this.stateTopicPre, this.feedbackTopicPre, this.conflictTopicPre, this.itemNames);
|
||||
return Export_1.RelayBoxExport(this.itemId, this.stateTopicPre, this.feedbackTopicPre, this.conflictTopicPre, this.itemNames);
|
||||
}
|
||||
processMessage(topic, payload) {
|
||||
// logger.info(`RT: ${topic}, ${payload}`)
|
||||
|
Reference in New Issue
Block a user