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 @@
{
"name": "temperature",
"shortDescription": "Temperature",
"type": "int32",
"decimalPlaces": 2,
"type": "double",
"decimalPlaces": 0,
"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