Provides the zone enumeration
- Source:
Members
-
<static> Zone
-
Zone enumeration
This enumeration provides an list of available zones for convenience. It can be used with the following APIs:
- car.hvac
- car.audiomixer
Note that not all zones are present in all vehicles and that zones can be different for each extension.
- Source:
Properties:
Name Type Description ALL
The entire vehicle. ROW1
The first row. ROW2
The second row. ROW3
The third row. ROW1_LEFT
The left seat in the first row. ROW1_CENTER
The center seat in the first row. ROW1_RIGHT
The right seat in the first row. ROW2_LEFT
The left seat in the second row. ROW2_CENTER
The center seat in the second row. ROW2_RIGHT
The right seat in the second row. ROW3_LEFT
The left seat in the third row. ROW3_CENTER
The center seat in the third row. ROW3_RIGHT
The right seat in the third row.