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
fix(flow-doctor): trace tab now shows events on screen
- Inject a synthetic "Tracing started" event so the log is
visibly wired up even before any real Homey event fires
- Remove the seeding-skip in pollFlowExecutions: startTrace()
already baselines all known lastExecuted timestamps, so any
unseen flow ID hitting the poller is a genuine first-time run
- Defensively call manager.connect() on devices/flow/logic/apps
since some homey-api builds need it before realtime fires
- Add console.log diagnostics on subscribe/dispatch so users can
see in DevTools which events are arriving
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments