Doors
Signal code:closure-doors
An object containing information about the vehicle’s doors.
An array of objects containing information about the state of the vehicle’s doors.
Indicates the total number of door rows present in the vehicle. This field, along with columnCount, provides information about the vehicle’s door layout and the total number of doors available.
Indicates the total number of door columns present in the vehicle. This field, along with rowCount, provides information about the vehicle’s door layout and the total number of doors available.
Example
Engine Cover
Signal code:closure-enginecover
An object containing information about the state of the vehicle’s engine cover for ICE or PHEV vehicles.
Indicates if the trunk is open.
Front Trunk
Signal code:closure-fronttrunk
An object containing information about the state of the vehicle’s front trunk.
Indicates if the trunk is open.
Indicates if the trunk is locked.
Is Locked
Signal code:closure-islocked
A boolean value indicating whether the vehicle’s closures are currently locked.
A boolean value indicating whether the vehicle’s closures are currently locked.
Rear Trunk
Signal code:closure-reartrunk
An object containing information about the state of the vehicle’s rear trunk.
Indicates if the trunk is open.
Indicates if the trunk is locked.
Sunroof
Signal code:closure-sunroof
An object containing information about the state of the vehicle’s sunroof.
Indicates if the trunk is open.
Windows
Signal code:closure-windows
An object containing information about the vehicle’s windows.
An array of objects, where each object represents a specific window in the vehicle.
Indicates the total number of window rows present in the vehicle. This field, along with columnCount, provides information about the vehicle’s window layout and the total number of windows available.
Indicates the total number of window columns present in the vehicle. This field, along with rowCount, provides information about the vehicle’s window layout and the total number of windows available.
Example