MqttDisconnected

data class MqttDisconnected(val reason: String? = null) : MeshEvent(source)

Emitted when the device's MQTT connection drops.

Constructors

Link copied to clipboard
constructor(reason: String? = null)

Properties

Link copied to clipboard

human-readable disconnect reason, if available