mirror of https://github.com/Hypfer/Valetudo.git
31 lines
638 B
JSON
31 lines
638 B
JSON
{
|
|
"components": {
|
|
"schemas": {
|
|
"BatteryStateAttribute": {
|
|
"allOf": [
|
|
{
|
|
"$ref": "#/components/schemas/StateAttribute"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"level": {
|
|
"type": "number"
|
|
},
|
|
"flag": {
|
|
"type": "string",
|
|
"enum": [
|
|
"none",
|
|
"charging",
|
|
"discharging",
|
|
"charged"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|