Commit fc86213a authored by Jacob Walser's avatar Jacob Walser

BatteryFact: change temperature to double type to support units translations

parent ab9e52ea
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
{ {
"name": "temperature", "name": "temperature",
"shortDescription": "Temperature", "shortDescription": "Temperature",
"type": "int32", "type": "double",
"decimalPlaces": 2, "decimalPlaces": 0,
"units": "C" "units": "C"
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment