1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00
Files
2025-06-24 12:30:13 +01:00

29 lines
575 B
JSON

[
{
"lock_name": "Lock-1A2B",
"lock_id": 12345,
"lock_type": 2,
"state": 2,
"battery_level": 70,
"is_connected": true,
"is_charging": false,
"state_change_result": 0,
"is_enabled_pullspring": 1,
"duration_pullspring": 2,
"door_state": 0
},
{
"lock_name": "Lock-2C3D",
"lock_id": 98765,
"lock_type": 4,
"state": 2,
"battery_level": 70,
"is_connected": true,
"is_charging": false,
"state_change_result": 0,
"is_enabled_pullspring": 0,
"duration_pullspring": 0,
"door_state": 2
}
]