ToDevice

@Serializable
data class ToDevice(val events: List<Event.ToDeviceEvent<*>>? = null)

Constructors

Link copied to clipboard
constructor(events: List<Event.ToDeviceEvent<*>>? = null)

Properties

Link copied to clipboard
val events: List<Event.ToDeviceEvent<*>>? = null