1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/tests/components/volvo/fixtures/recharge_status.json
2025-07-28 17:24:15 +02:00

26 lines
584 B
JSON

{
"estimatedChargingTime": {
"value": "780",
"unit": "minutes",
"timestamp": "2024-12-30T14:30:08Z"
},
"batteryChargeLevel": {
"value": "58.0",
"unit": "percentage",
"timestamp": "2024-12-30T14:30:08Z"
},
"electricRange": {
"value": "250",
"unit": "kilometers",
"timestamp": "2024-12-30T14:30:08Z"
},
"chargingSystemStatus": {
"value": "CHARGING_SYSTEM_IDLE",
"timestamp": "2024-12-30T14:30:08Z"
},
"chargingConnectionStatus": {
"value": "CONNECTION_STATUS_CONNECTED_AC",
"timestamp": "2024-12-30T14:30:08Z"
}
}