[1.1.7-rc11] - 2026-07-12
Fixed
- selectedAreas still resetting to
[]after a global clean — Corrects the rc09 fix, which did not fully work:MatterbridgeServiceAreaServer.selectAreas()was forwarding the original empty request to the basematter.jsclass after our command handler ran, silently overwriting ourupdateAttribute-based fix within the same command invocation.RoborockServiceAreaServernow overridesselectAreas()to forward the resolved room list intosuper.selectAreas(...)instead, so the base class's own write is correct.