[1.1.8-rc07] - 2026-09-13
Changed
- Matterbridge dependency bumped to 3.10.9 — Updated the required/tested matterbridge version.
Fixed
- Operational error state could get stuck after a vacuum error cleared —
RvcOperationalState.operationalError(errorStateId) could remain stuck at a non-zero error value forever once a vacuum error occurred, even after the condition cleared, when dock-station-status reporting was off. Error handling now goes through a sharedbuildOperationalErrorhelper so the state is reliably reset. - Error details/label never showed the real error —
errorStateDetails/errorStateLabelwere never populated on real errors, leaving stale "Fully operational" text displayed next to an active error code.