chore: Change freq51 to Mesh in !health output

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
K7ZVX 2026-05-05 23:50:19 +00:00
commit 525da64d85

View file

@ -1535,7 +1535,7 @@ class MeshReporter:
mood = "critical" mood = "critical"
# Each line ends with period so chunker sends each as separate message # Each line ends with period so chunker sends each as separate message
lines = [f"📡 freq51 {dot} {mood}."] lines = [f"📡 Mesh {dot} {mood}."]
offline_infra = [n for n in health.nodes.values() if n.is_infrastructure and not n.is_online] offline_infra = [n for n in health.nodes.values() if n.is_infrastructure and not n.is_online]
if offline_infra: if offline_infra: