From fc86213a522bfbd4a47d696eec3cc6d5f4fe1e8a Mon Sep 17 00:00:00 2001 From: Jacob Walser Date: Mon, 30 Apr 2018 14:34:59 -0400 Subject: [PATCH] BatteryFact: change temperature to double type to support units translations --- src/Vehicle/BatteryFact.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Vehicle/BatteryFact.json b/src/Vehicle/BatteryFact.json index b80ab86f0..d2a8d4777 100644 --- a/src/Vehicle/BatteryFact.json +++ b/src/Vehicle/BatteryFact.json @@ -30,8 +30,8 @@ { "name": "temperature", "shortDescription": "Temperature", - "type": "int32", - "decimalPlaces": 2, + "type": "double", + "decimalPlaces": 0, "units": "C" }, { -- 2.22.0