AccessStatus

@Serializable
data class AccessStatus(val doors: List<DoorState>, val windows: List<WindowState>, val overallStatus: String?, val doorLockStatus: String?)

Door lock and window status for all vehicle openings.

Constructors

Link copied to clipboard
constructor(doors: List<DoorState>, windows: List<WindowState>, overallStatus: String?, doorLockStatus: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard