mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 13:13:46 +01:00
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Joostlek <joostlek@outlook.com>
43 lines
845 B
JSON
43 lines
845 B
JSON
{
|
|
"batteryChargeLevel": {
|
|
"status": "ERROR",
|
|
"code": "NOT_SUPPORTED"
|
|
},
|
|
"electricRange": {
|
|
"status": "ERROR",
|
|
"code": "NOT_SUPPORTED"
|
|
},
|
|
"chargerConnectionStatus": {
|
|
"status": "ERROR",
|
|
"code": "NOT_SUPPORTED"
|
|
},
|
|
"chargingStatus": {
|
|
"status": "ERROR",
|
|
"code": "NOT_SUPPORTED"
|
|
},
|
|
"chargingType": {
|
|
"status": "ERROR",
|
|
"code": "NOT_SUPPORTED"
|
|
},
|
|
"chargerPowerStatus": {
|
|
"status": "ERROR",
|
|
"code": "NOT_SUPPORTED"
|
|
},
|
|
"estimatedChargingTimeToTargetBatteryChargeLevel": {
|
|
"status": "ERROR",
|
|
"code": "NOT_SUPPORTED"
|
|
},
|
|
"chargingCurrentLimit": {
|
|
"status": "ERROR",
|
|
"code": "NOT_SUPPORTED"
|
|
},
|
|
"targetBatteryChargeLevel": {
|
|
"status": "ERROR",
|
|
"code": "NOT_SUPPORTED"
|
|
},
|
|
"chargingPower": {
|
|
"status": "ERROR",
|
|
"code": "NOT_SUPPORTED"
|
|
}
|
|
}
|