mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-05-21 15:14:45 +02:00
chore: Change freq51 to Mesh in !health output
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
5839fdeb18
commit
525da64d85
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue