Class MqttState (2.8.1)

MqttState(value)

Indicates whether an MQTT connection is enabled or disabled. See the field description for details.

Values: MQTT_STATE_UNSPECIFIED (0): No MQTT state specified. If not specified, MQTT will be enabled by default. MQTT_ENABLED (1): Enables a MQTT connection. MQTT_DISABLED (2): Disables a MQTT connection.