fixes and start of UrlSwitchItem
This commit is contained in:
@ -26,7 +26,7 @@ export abstract 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
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user