15 lines
251 B
JSON
15 lines
251 B
JSON
{
|
|
"states": [
|
|
{
|
|
"name": "batteryLevel",
|
|
"type": "int",
|
|
"minValue": 0,
|
|
"maxValue": 100
|
|
},
|
|
{
|
|
"name": "batteryCritical",
|
|
"type": "bool"
|
|
}
|
|
]
|
|
}
|