Radio Zombie State Detected — The bot radio firmware is unresponsive.
A physical power cycle of the radio hardware is required.
Disconnect/reconnect will not fix this.
{% if radio_zombie_since %}
Since: {{ radio_zombie_since }}
{% endif %}
After power cycling:
{% endif %}
{% if radio_offline %}
Radio Offline — the bot cannot send outbound messages to the mesh.
Check radio power and connection. Inbound packets may still be arriving normally.
{% if radio_offline_since %}
Since: {{ radio_offline_since }}
{% endif %}