mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-09-27 03:47:55 +00:00
Scoped/Unscoped/Unknown counts answered "how much" but not "which regions" — a channel spanning multiple hashRegions areas looked identical to one using just one. New "Regions Used" column lists the distinct scope_name values seen on each channel's scoped messages, most-used first. Backend: GetChannelScopeAdoption now also queries per-(channel, scope_name) counts and attaches them as ChannelScopeAdoption.Regions. Non-fatal on query failure — adoption counts still render without it.