Files
2026-03-24 15:23:48 +01:00

34 lines
798 B
Plaintext

# serializer version: 1
# name: test_diagnostics
dict({
'0': dict({
'battery_level': 70,
'door_state': 0,
'duration_pullspring': 2,
'id': '**REDACTED**',
'is_charging': False,
'is_connected': True,
'is_enabled_auto_pullspring': False,
'is_enabled_pullspring': True,
'name': 'Lock-1A2B',
'state': 2,
'state_change_result': 0,
'type': 2,
}),
'1': dict({
'battery_level': 70,
'door_state': 2,
'duration_pullspring': 0,
'id': '**REDACTED**',
'is_charging': False,
'is_connected': True,
'is_enabled_auto_pullspring': False,
'is_enabled_pullspring': False,
'name': 'Lock-2C3D',
'state': 2,
'state_change_result': 0,
'type': 4,
}),
})
# ---