ButtonState
@Serializable
State of the button with last event and configuration.
Constructors
Link copied to clipboard
constructor(report: ButtonReport? = null, repeatInterval: Duration? = null, events: List<ButtonEvent> = emptyList())
Properties
Link copied to clipboard
List of all button events that this device supports.
Link copied to clipboard
Duration between repeat events when holding the button in milliseconds.
Link copied to clipboard
Report of the last button event with timestamp.