Add unit to batterylevel interface
This commit is contained in:
parent
a0add78af0
commit
d0935c8181
@ -5,7 +5,8 @@
|
|||||||
"name": "batteryLevel",
|
"name": "batteryLevel",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"minValue": 0,
|
"minValue": 0,
|
||||||
"maxValue": 100
|
"maxValue": 100,
|
||||||
|
"unit": "Percentage"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user