Detector Model Transition Event
data class DetectorModelTransitionEvent(val actions: List<DetectorModelAction>? = null, val condition: String, val eventName: String, val nextState: String)
Specifies the actions
performed and the next state
entered when a condition
evaluates to TRUE
.
Constructors
Link copied to clipboard
fun DetectorModelTransitionEvent(actions: List<DetectorModelAction>? = null, condition: String, eventName: String, nextState: String)