fixes and start of UrlSwitchItem
This commit is contained in:
2
dist/AItem.js
vendored
2
dist/AItem.js
vendored
@ -7,7 +7,7 @@ class AItem {
|
||||
this.floor = floor;
|
||||
this.room = room;
|
||||
this.item = item;
|
||||
this.itemId = `${this.floor}.${this.room}.${this.item}`;
|
||||
this.itemId = `${this.floor}_${this.room}_${this.item}`;
|
||||
if (label == '') {
|
||||
this.label = this.itemId;
|
||||
}
|
||||
|
Reference in New Issue
Block a user