From ffab62e1f509d5aeb44436a705146c1ee4f5f77a Mon Sep 17 00:00:00 2001 From: jacobkeeler Date: Wed, 25 Apr 2018 15:17:36 -0400 Subject: Add `engineOilLife` vehicle data --- .../policy/policy_external/test/json/sdl_update_pt_send_location.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/components/policy/policy_external/test/json/sdl_update_pt_send_location.json') diff --git a/src/components/policy/policy_external/test/json/sdl_update_pt_send_location.json b/src/components/policy/policy_external/test/json/sdl_update_pt_send_location.json index 14eb11d195..43e7465108 100644 --- a/src/components/policy/policy_external/test/json/sdl_update_pt_send_location.json +++ b/src/components/policy/policy_external/test/json/sdl_update_pt_send_location.json @@ -483,6 +483,7 @@ "parameters": [ "bodyInformation", "deviceStatus", + "engineOilLife", "engineTorque", "externalTemperature", "fuelLevel", @@ -504,6 +505,7 @@ "parameters": [ "bodyInformation", "deviceStatus", + "engineOilLife", "engineTorque", "externalTemperature", "fuelLevel", @@ -525,6 +527,7 @@ "parameters": [ "bodyInformation", "deviceStatus", + "engineOilLife", "engineTorque", "externalTemperature", "fuelLevel", @@ -545,6 +548,7 @@ "parameters": [ "bodyInformation", "deviceStatus", + "engineOilLife", "engineTorque", "externalTemperature", "fuelLevel", -- cgit v1.2.1 From ff50d25bd55d38b07ea2ca910dc4fd6f39b5a939 Mon Sep 17 00:00:00 2001 From: JackLivio Date: Thu, 3 May 2018 11:10:09 -0400 Subject: Implement Fuel Range Vehicle Data Parameter --- .../policy/policy_external/test/json/sdl_update_pt_send_location.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/components/policy/policy_external/test/json/sdl_update_pt_send_location.json') diff --git a/src/components/policy/policy_external/test/json/sdl_update_pt_send_location.json b/src/components/policy/policy_external/test/json/sdl_update_pt_send_location.json index 14eb11d195..38b38ae63e 100644 --- a/src/components/policy/policy_external/test/json/sdl_update_pt_send_location.json +++ b/src/components/policy/policy_external/test/json/sdl_update_pt_send_location.json @@ -489,6 +489,7 @@ "fuelLevel_State", "headLampStatus", "instantFuelConsumption", + "fuelRange", "odometer", "tirePressure", "vin", @@ -510,6 +511,7 @@ "fuelLevel_State", "headLampStatus", "instantFuelConsumption", + "fuelRange", "odometer", "tirePressure", "vin", @@ -531,6 +533,7 @@ "fuelLevel_State", "headLampStatus", "instantFuelConsumption", + "fuelRange", "odometer", "tirePressure", "wiperStatus" @@ -551,6 +554,7 @@ "fuelLevel_State", "headLampStatus", "instantFuelConsumption", + "fuelRange", "odometer", "tirePressure", "wiperStatus" -- cgit v1.2.1