summaryrefslogtreecommitdiffstats
path: root/lib/vehicle_signal/vehicle_signal_path.dart
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-12-08 14:13:50 +0900
committerScott Murray <scott.murray@konsulko.com>2022-12-08 05:32:30 +0000
commite440ec331e7d55cdf2e666d45f63c05571ecc609 (patch)
tree339037895c6bfd59fbfcb4e067ddd45e27d1189b /lib/vehicle_signal/vehicle_signal_path.dart
parent5e0cf02b4e11d67ce8b705479e13e0b9ebbf8ad4 (diff)
Update signal names and types for KUKSA.val 0.2.5
Bug-AGL: SPEC-4641 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I50e035ad0526ce66da46950c3e54ef104bde075e
Diffstat (limited to 'lib/vehicle_signal/vehicle_signal_path.dart')
-rw-r--r--lib/vehicle_signal/vehicle_signal_path.dart2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vehicle_signal/vehicle_signal_path.dart b/lib/vehicle_signal/vehicle_signal_path.dart
index 72b016d..25cc27a 100644
--- a/lib/vehicle_signal/vehicle_signal_path.dart
+++ b/lib/vehicle_signal/vehicle_signal_path.dart
@@ -3,7 +3,7 @@
class VSPath {
static const String vehicleSpeed = "Vehicle.Speed";
static const String vehicleEngineRPM =
- "Vehicle.Powertrain.CombustionEngine.Engine.Speed";
+ "Vehicle.Powertrain.CombustionEngine.Speed";
static const String vehicleFuelLevel = "Vehicle.Powertrain.FuelSystem.Level";
static const String vehicleCoolantTemp =
"Vehicle.Powertrain.CombustionEngine.Engine.ECT";