implement spaceapid integration into API
All checks were successful
Build Container / Build Container (push) Successful in 4m38s

This commit is contained in:
lilly 2026-08-11 16:04:11 +02:00
commit ecd6c2c48f
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
6 changed files with 129 additions and 2 deletions

View file

@ -54,6 +54,7 @@ class LockStatus(BaseModel):
is_unreachable: bool
is_low_battery: bool
is_error_jammed: bool
is_main_lock: bool
lock_target_level: Literal["locked", "unlocked", "open"]
lock_state: Literal["unknown", "locked", "unlocked"]
activity_state: Literal["unknown", "locking", "unlocking", "stable"]