LightState

@Serializable
data class LightState(val name: String, val status: List<String>)

State of a single vehicle light group.

Constructors

Link copied to clipboard
constructor(name: String, status: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard