WindowStatus
@Serializable
Status of vehicle windows.
Constructors
Link copied to clipboard
constructor(frontLeftWindow: ValueWithTimestamp<String>? = null, frontRightWindow: ValueWithTimestamp<String>? = null, rearLeftWindow: ValueWithTimestamp<String>? = null, rearRightWindow: ValueWithTimestamp<String>? = null, sunroof: ValueWithTimestamp<String>? = null)