Add unit to batterylevel interface

This commit is contained in:
Michael Zanetti 2020-10-30 00:28:31 +01:00
parent a0add78af0
commit d0935c8181

View File

@ -5,7 +5,8 @@
"name": "batteryLevel",
"type": "int",
"minValue": 0,
"maxValue": 100
"maxValue": 100,
"unit": "Percentage"
}
]
}