AlarmModelIotTopicPublish

data class AlarmModelIotTopicPublish(val mqttTopic: String, val payload: AlarmModelPayload? = null)

Information required to publish the MQTT message through the IoT message broker.

Constructors

Link copied to clipboard
constructor(mqttTopic: String, payload: AlarmModelPayload? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The MQTT topic of the message. You can use a string expression that includes variables (`$variable.<variable-name>`) and input values (`$input.<input-name>.<path-to-datum>`) as the topic string.

Link copied to clipboard

You can configure the action payload when you publish a message to an IoTCore topic.