Skip to content

Commit

Permalink
feat: add support for successful base station updates to websocket
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya committed Sep 10, 2024
1 parent 347d7f8 commit ddfef8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions simplipy/websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
EVENT_AUTOMATIC_TEST: Final = "automatic_test"
EVENT_AWAY_EXIT_DELAY_BY_KEYPAD: Final = "away_exit_delay_by_keypad"
EVENT_AWAY_EXIT_DELAY_BY_REMOTE: Final = "away_exit_delay_by_remote"
EVENT_BASE_STATION_UPDATE_SUCCEEDED: Final = "base_station_update_succeeded"
EVENT_CAMERA_MOTION_DETECTED: Final = "camera_motion_detected"
EVENT_CONNECTION_LOST: Final = "connection_lost"
EVENT_CONNECTION_RESTORED: Final = "connection_restored"
Expand Down Expand Up @@ -98,6 +99,7 @@
9700: EVENT_LOCK_UNLOCKED,
9701: EVENT_LOCK_LOCKED,
9703: EVENT_LOCK_ERROR,
9903: EVENT_BASE_STATION_UPDATE_SUCCEEDED,
}


Expand Down

0 comments on commit ddfef8c

Please sign in to comment.