MqttProbeStatus
UI-friendly outcome of a one-shot MQTT broker reachability probe.
Mirrors the failure shapes of org.meshtastic.mqtt.ProbeResult but stays in the model module so feature/UI code can consume the result without depending on the MQTT library.
Inheritors
Types
Link copied to clipboard
DNS lookup failed.
Link copied to clipboard
Any other / unclassified failure.
Link copied to clipboard
Probe is currently in flight.
Link copied to clipboard
Broker accepted the connection. serverInfo is a short human-readable summary of any CONNACK properties that are useful to surface to the user.
Link copied to clipboard
TCP socket could not be opened.
Link copied to clipboard
Probe exceeded its timeout.
Link copied to clipboard
TLS handshake failed.