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

35 lines
725 B
JSON

{
"centralLock": {
"value": "LOCKED",
"timestamp": "2024-12-30T14:20:20.570Z"
},
"frontLeftDoor": {
"value": "CLOSED",
"timestamp": "2024-12-30T14:20:20.570Z"
},
"frontRightDoor": {
"value": "CLOSED",
"timestamp": "2024-12-30T14:20:20.570Z"
},
"rearLeftDoor": {
"value": "CLOSED",
"timestamp": "2024-12-30T14:20:20.570Z"
},
"rearRightDoor": {
"value": "CLOSED",
"timestamp": "2024-12-30T14:20:20.570Z"
},
"hood": {
"value": "CLOSED",
"timestamp": "2024-12-30T14:20:20.570Z"
},
"tailgate": {
"value": "CLOSED",
"timestamp": "2024-12-30T14:20:20.570Z"
},
"tankLid": {
"value": "CLOSED",
"timestamp": "2024-12-30T14:20:20.570Z"
}
}