hmerk / main_widget

Repository for colaboration in the main_widget project
Eclipse Public License 2.0
2 stars 2 forks source link

Main/FLoorAndRoomWidget: Add Corridor to the list of rooms #3

Closed Rosi2143 closed 1 year ago

Rosi2143 commented 1 year ago

"Corridor" is a room that does not have "room" in its name and therefor was so far ignored in the selection of "rooms". Extend the search

room = location.includes("Room") || location.includes("Corridor")

Signed-off-by: Rosi2143 Schrott.Micha@web.de

hmerk commented 1 year ago

Thanks, still checking this one. Worked on one installation, but not on the other. Will give it another try over the weekend.