docs(user-session): refresh stale GetSysInfo/PowerTimeline/UpdateAgents doc comments (VS-9, VS-10) #17
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/sysinfo-cache-vs-10"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
VS-9 and VS-10 (and the inline UpdateAgents reference on the ROADMAP) were filed off stale serde doc comments on
ControlIn::GetSysInfo/GetNetworkInfo/PowerTimeline/UpdateAgents. The handlers themselves are real:GetSysInfo/GetNetworkInfo: cache hit serves the latestmsg/sysinforeply captured byagent.rs::dispatch_text(line 583+); cache miss pokes the agent so the next refresh paints, returnsnoinfo:truethis round (user_session.rs:4039-4112).PowerTimeline: readspower_events(populated by agent connect/disconnect) and compacts viapower_events::compact_timeline(user_session.rs:4113-4128).UpdateAgents: signs and pushes anoobupdateframe per matching connected agent (user_session.rs:7577+).This PR just refreshes the four doc comments so future readers (and future ROADMAP refreshes) don't refile the same ghosts.
Test plan
cargo check -p meshcentral-webclean.Closes VS-9, VS-10.