Closed Rosi2143 closed 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
Thanks, still checking this one. Worked on one installation, but not on the other. Will give it another try over the weekend.
"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