diff options
Diffstat (limited to 'lib/vehicle-signals/vss_path.dart')
-rw-r--r-- | lib/vehicle-signals/vss_path.dart | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/vehicle-signals/vss_path.dart b/lib/vehicle-signals/vss_path.dart index 822e304..de66b07 100644 --- a/lib/vehicle-signals/vss_path.dart +++ b/lib/vehicle-signals/vss_path.dart @@ -5,7 +5,7 @@ class VSSPath { static const String vehicleEngineSpeed = "Vehicle.Powertrain.CombustionEngine.Speed"; - static const String vehicleFuelLevel = "Vehicle.Powertrain.FuelSystem.Level"; + static const String vehicleFuelLevel = "Vehicle.Powertrain.FuelSystem.RelativeLevel"; static const String vehicleInsideTemperature = "Vehicle.Cabin.HVAC.AmbientAirTemperature"; @@ -26,10 +26,10 @@ class VSSPath { "Vehicle.Chassis.Axle.Row2.Wheel.Right.Tire.Pressure"; static const String vehicleIsChildLockActiveLeft = - "Vehicle.Cabin.Door.Row2.Left.IsChildLockActive"; + "Vehicle.Cabin.Door.Row2.DriverSide.IsChildLockActive"; static const String vehicleIsChildLockActiveRight = - "Vehicle.Cabin.Door.Row2.Right.IsChildLockActive"; + "Vehicle.Cabin.Door.Row2.PassengerSide.IsChildLockActive"; static const String vehicleCurrentLongitude = "Vehicle.CurrentLocation.Longitude"; |