feat(widget): Add Local Stats glance widget (#4642)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2026-02-25 13:39:00 -06:00 committed by GitHub
parent 692ad78c80
commit 9970d31520
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 1256 additions and 24 deletions

View file

@ -1199,10 +1199,17 @@
<string name="local_stats_nodes">Nodes: %1$d online / %2$d total</string>
<string name="local_stats_uptime">Uptime: %1$s</string>
<string name="local_stats_utilization">ChUtil: %1$.2f%% | AirTX: %2$.2f%%</string>
<string name="local_stats_traffic">Traffic: TX %1$d / RX %2$d (Dupes: %3$d)</string>
<string name="local_stats_traffic">Traffic: TX %1$d / RX %2$d (D: %3$d)</string>
<string name="local_stats_relays">Relays: %1$d (Canceled: %2$d)</string>
<string name="local_stats_diagnostics_prefix">Diagnostics: %1$s</string>
<string name="local_stats_noise">Noise %1$d dBm</string>
<string name="local_stats_bad">Bad %1$d</string>
<string name="local_stats_dropped">Dropped %1$d</string>
<string name="local_stats_heap">Heap</string>
<string name="local_stats_heap_value">%1$d / %2$d</string>
<string name="local_stats_updated_at">%1$s</string>
<string name="powered">Powered</string>
<string name="meshtastic_stats">Meshtastic Stats</string>
<string name="refresh">Refresh</string>
<string name="updated">Updated</string>
</resources>