AlarmModelIotEvents

data class AlarmModelIotEvents(val inputName: String, val payload: AlarmModelPayload? = null)

Sends an ITE input, passing in information about the detector model instance and the event that triggered the action.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the ITE input where the data is sent.

Link copied to clipboard

You can configure the action payload when you send a message to an ITE input.