1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 15:44:52 +01:00
Files
core/tests/components/tedee/fixtures/locks.json
Josef Zweck b518729367 Bump aiotedee to 0.3.0 (#166321)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2026-03-24 15:23:48 +01:00

29 lines
545 B
JSON

[
{
"name": "Lock-1A2B",
"id": 12345,
"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
},
{
"name": "Lock-2C3D",
"id": 98765,
"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
}
]