1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-01 14:25:31 +00:00
Files
core/tests/components/volvo/fixtures/commands.json
2025-07-28 17:24:15 +02:00

37 lines
919 B
JSON

{
"data": [
{
"command": "LOCK_REDUCED_GUARD",
"href": "/v2/vehicles/YV1ABCDEFG1234567/commands/lock-reduced-guard"
},
{
"command": "LOCK",
"href": "/v2/vehicles/YV1ABCDEFG1234567/commands/lock"
},
{
"command": "UNLOCK",
"href": "/v2/vehicles/YV1ABCDEFG1234567/commands/unlock"
},
{
"command": "HONK",
"href": "/v2/vehicles/YV1ABCDEFG1234567/commands/honk"
},
{
"command": "HONK_AND_FLASH",
"href": "/v2/vehicles/YV1ABCDEFG1234567/commands/honk-flash"
},
{
"command": "FLASH",
"href": "/v2/vehicles/YV1ABCDEFG1234567/commands/flash"
},
{
"command": "CLIMATIZATION_START",
"href": "/v2/vehicles/YV1ABCDEFG1234567/commands/climatization-start"
},
{
"command": "CLIMATIZATION_STOP",
"href": "/v2/vehicles/YV1ABCDEFG1234567/commands/climatization-stop"
}
]
}