Plugin car.Zone

car.Zone

Provides the zone enumeration

Members

Zone

Zone enumeration

This enumeration provides a 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 Plugin.

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.