export relaybox
This commit is contained in:
@ -33,7 +33,7 @@ export class RelayBoxThing extends AItem {
|
||||
}
|
||||
|
||||
exportItem() : ExportType|null {
|
||||
return RelayBoxExport(this.stateTopicPre, this.feedbackTopicPre, this.conflictTopicPre, this.itemNames)
|
||||
return RelayBoxExport(this.itemId, this.stateTopicPre, this.feedbackTopicPre, this.conflictTopicPre, this.itemNames)
|
||||
}
|
||||
|
||||
processMessage(topic: string, payload: string) {
|
||||
|
Reference in New Issue
Block a user