Skip to content

1.1.7-rc11

Pre-release
Pre-release

Choose a tag to compare

@RinDevJunior RinDevJunior released this 12 Jul 05:49

[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 base matter.js class after our command handler ran, silently overwriting our updateAttribute-based fix within the same command invocation. RoborockServiceAreaServer now overrides selectAreas() to forward the resolved room list into super.selectAreas(...) instead, so the base class's own write is correct.