docs(wiki): document WebBridge unregisterAction/listActions (#318) - #379
Draft
HanSur94 wants to merge 1 commit into
Draft
docs(wiki): document WebBridge unregisterAction/listActions (#318)#379HanSur94 wants to merge 1 commit into
HanSur94 wants to merge 1 commit into
Conversation
PR #378 added WebBridge.unregisterAction() and listActions() to round out the remote-action registry lifecycle. The auto-generated API reference pages (Sensors/Event-Detection/FastPlot) already picked up their share of the PR's 28 features via the wiki CI job, but WebBridge is intentionally excluded from that generator (UNDOCUMENTED_OK) and is instead documented narratively in WebBridge-Guide.md, which hadn't caught up.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up wiki update for #378 (28 additive enhancement issues), covering the one gap left by the automated wiki-generation CI job.
WebBridge.unregisterAction()andWebBridge.listActions()(WebBridge: add unregisterAction(name) + listActions() to round out the action registry #318), completing the remote-action registry lifecycle alongside the existingregisterAction()/hasAction().docs: auto-update API reference from source code, commitcba5231) already regeneratedAPI-Reference:-Sensors.md,API-Reference:-Event-Detection.md, andAPI-Reference:-FastPlot.mdto cover the other 27 features in that PR (Tag analysis methods, EventStore CRUD, FastSense overlays, etc.).WebBridgeis intentionally excluded from that generator (UNDOCUMENTED_OKinscripts/generate_api_docs.py) and is documented narratively instead, inwiki/WebBridge-Guide.md— which hadn't been updated for the new methods.Changes
wiki/WebBridge-Guide.md— extended the existing "Action Management" section withlistActions()andunregisterAction()usage examples, next tohasAction().Not changed (confirmed out of scope)
PlantLogStore.removeEntries/removeEntriesInRange/pruneEntriesBefore(PlantLogStore: add removeEntries(ids) — targeted delete (the missing DELETE of the plant-log store surface) #365, PlantLogStore: add pruneEntriesBefore(t) — age-based retention for long-running operator journals (sibling of EventStore #293) #366) — thePlantLoglibrary has no existing wiki page (it's not part of the six libraries documented inCLAUDE.md's architecture section, and isn't in the API-doc generator'sSCANNED_LIBS); adding one would be a larger, separate scoping decision rather than a same-shape follow-up to this PR.SensorThreshold/functionSignatures.json(SensorThreshold (Tag family): add functionSignatures.json for editor tab-completion (parity with FastSense/Dashboard) #332) — editor tab-completion metadata only, no user-facing behavior to document.🤖 Generated with Claude Code
Generated by Claude Code