MqttConfigResponse

data class MqttConfigResponse(val mqttEnabledState: String)

The configuration of MQTT for a device registry.

Constructors

Link copied to clipboard
fun MqttConfigResponse(mqttEnabledState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If enabled, allows connections using the MQTT protocol. Otherwise, MQTT connections to this registry will fail.