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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Fan RPM via SMC (docs/TODO-architecture-roadmap.md Tier-1 item): smc.py
discovers per-fan actual-RPM keys (F{n}Ac, flt type, count from FNum)
alongside the existing temperature-key discovery, and SMCReader gains read_fan_rpms() / fan_available. Threaded through SampleResult → SystemSnapshot.fan_rpms / fan_available (public API and NDJSON/Prometheus
export), and a new TUI "Fan" row that hides entirely on fanless Macs
(mirrors the bandwidth_available hide-row pattern) instead of showing a
phantom 0 RPM.