AlarmModelIotTopicPublish

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

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

Constructors

Link copied to clipboard
fun AlarmModelIotTopicPublish(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