Skip to content

Latest commit

 

History

History
22 lines (9 loc) · 769 Bytes

MqttConfig.md

File metadata and controls

22 lines (9 loc) · 769 Bytes

OmniCoreModelAndStateManagementApi.MqttConfig

Properties

Name Type Description Notes
mqttEnabledState String MqttEnabledState: If enabled, allows connections using the MQTT protocol. Otherwise, MQTT connections to this registry will fail. Possible values: "MQTT_STATE_UNSPECIFIED" - No MQTT state specified. If not specified, MQTT will be enabled by default. "MQTT_ENABLED" - Enables a MQTT connection. "MQTT_DISABLED" - Disables a MQTT connection. [optional]

Enum: MqttEnabledStateEnum

  • ENABLED (value: "MQTT_ENABLED")

  • DISABLED (value: "MQTT_DISABLED")

  • STATE_UNSPECIFIED (value: "MQTT_STATE_UNSPECIFIED")