Skip to content

docs(wiki): document StatusWidget MonitorTag-via-Tag binding - #368

Draft
HanSur94 wants to merge 2 commits into
mainfrom
claude/upbeat-mayer-vn1s9z
Draft

docs(wiki): document StatusWidget MonitorTag-via-Tag binding#368
HanSur94 wants to merge 2 commits into
mainfrom
claude/upbeat-mayer-vn1s9z

Conversation

@HanSur94

@HanSur94 HanSur94 commented Jul 8, 2026

Copy link
Copy Markdown
Owner

Summary

Follow-up wiki update for PR #214 ("Fix first-run onboarding: README/wiki quickstart + StatusWidget MonitorTag crash"), which was just merged.

PR #214 already fixed wiki/Installation.md and wiki/_Sidebar.md directly (FastPlot→FastSense rename), but it didn't update the wiki's user-facing docs for the actual behavior fix: StatusWidget can now be bound directly to a MonitorTag via 'Tag'/'Sensor' — the constructor routes it through the existing Threshold/monitor path (deriveStatusFromMonitorTag_) instead of crashing on the SensorTag-only .Y access. This is exactly the pattern the fixed README dashboard snippet now uses (d.addWidget('status', ..., 'Tag', alarm, ...)).

  • wiki/API-Reference:-Dashboard.md — added the MonitorTag-via-'Tag' binding form to the StatusWidget usage summary, alongside the existing Sensor-first / Threshold-bound / legacy forms.
  • wiki/Dashboard-Engine-Guide.md — added a corresponding example to the "Status (health indicator)" section.

No other wiki pages referenced the specific snippets PR #214 fixed (Tags / dashboard quickstart), and wiki/Getting-Started.md's setScale() example already matched the example_basic.m ordering fix, so no change was needed there.

Test plan

🤖 Generated with Claude Code


Generated by Claude Code

…214

PR #214 fixed StatusWidget to accept a MonitorTag bound via 'Tag'/'Sensor'
(routing it through the existing Threshold/monitor path instead of crashing
on the SensorTag-only .Y access). Add this binding form to the StatusWidget
API reference and the Dashboard Engine Guide's Status widget examples.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JR2uomErYdm8bMZAUv76sf
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JR2uomErYdm8bMZAUv76sf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants