ButtonReport

@Serializable
data class ButtonReport(val updated: Instant, val event: ButtonEvent)

Report of the last button event.

Constructors

Link copied to clipboard
constructor(updated: Instant, event: ButtonEvent)

Properties

Link copied to clipboard

Event which was sent by the button control.

Link copied to clipboard

Last time the value of this property was updated.