mirror of https://github.com/nymea/nymea.git
30 lines
665 B
JSON
30 lines
665 B
JSON
{
|
|
"states": [
|
|
{
|
|
"name": "batteryCritical",
|
|
"type": "bool",
|
|
"logged": true
|
|
},
|
|
{
|
|
"name": "batteryLevel",
|
|
"type": "int",
|
|
"minValue": 0,
|
|
"maxValue": 100,
|
|
"unit": "Percentage",
|
|
"optional": true,
|
|
"logged": true
|
|
},
|
|
{
|
|
"name": "pluggedIn",
|
|
"type": "bool",
|
|
"optional": true
|
|
},
|
|
{
|
|
"name": "chargingState",
|
|
"type": "QString",
|
|
"allowdValues": ["idle", "charging", "discharging"],
|
|
"optional": true
|
|
}
|
|
]
|
|
}
|