This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-core/libnymea/interfaces/batterylevel.json
2020-10-30 00:28:31 +01:00

13 lines
224 B
JSON

{
"extends": "battery",
"states": [
{
"name": "batteryLevel",
"type": "int",
"minValue": 0,
"maxValue": 100,
"unit": "Percentage"
}
]
}