You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per-group arm indicators could stay wrong until the next hourly refresh (#150). The per-group arm state lives only on the /groups endpoint, and light (state-only) polls skipped that fetch while SSE/SQS was active — so a dropped or stale real-time group event left a group panel showing the wrong state (most visibly: arming a second group, or disarming the last one, stayed visibly wrong). Group-mode hubs now refetch group states on every poll, so the indicator self-heals within one poll cycle; non-group hubs keep skipping the fetch.