diff options
author | Lisandro Pérez Meyer <lpmeyer@ics.com> | 2023-11-21 14:14:02 -0300 |
---|---|---|
committer | Lisandro Pérez Meyer <lpmeyer@ics.com> | 2023-11-21 14:46:09 -0300 |
commit | 193d15a456587bcf3928fb99fe0c1aede82d119d (patch) | |
tree | 4d9c1ca16348ccea2d8c61ae28adb2e1890ccf68 /lib/core | |
parent | 1cbdb8129dd5db73475e7cfe02255b6bec13c705 (diff) |
Update volume bar.
Original from: Dominik Wawrzonek <dwawrzonek@ics.com>
Bug-AGL: SPEC-4971
Change-Id: I80ed2fb908488dce3eb88b2cdb361ea9802d9a6b
Signed-off-by: Lisandro Pérez Meyer <lpmeyer@ics.com>
Diffstat (limited to 'lib/core')
-rw-r--r-- | lib/core/constants/vss_path.dart | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/core/constants/vss_path.dart b/lib/core/constants/vss_path.dart index 236287f..2147b75 100644 --- a/lib/core/constants/vss_path.dart +++ b/lib/core/constants/vss_path.dart @@ -10,9 +10,9 @@ class VSSPath { static const String vehicleMediaVolume = 'Vehicle.Cabin.Infotainment.Media.Volume'; static const String vehicleIsChildLockActiveLeft = - 'Vehicle.Cabin.Door.Row1.DriverSide.IsChildLockActive'; + 'Vehicle.Cabin.Door.Row2.DriverSide.IsChildLockActive'; static const String vehicleIsChildLockActiveRight = - 'Vehicle.Cabin.Door.Row1.PassengerSide.IsChildLockActive'; + 'Vehicle.Cabin.Door.Row2.PassengerSide.IsChildLockActive'; static const String vehicleEngineSpeed = 'Vehicle.Powertrain.CombustionEngine.Speed'; static const String vehicleFrontLeftTire = |