mirror of
https://github.com/python-kasa/python-kasa.git
synced 2026-09-19 20:43:52 +00:00
Add UNKNOWN_USERNAME (-60502) camera error code (#1761)
This commit is contained in:
@@ -135,6 +135,9 @@ class SmartErrorCode(IntEnum):
|
||||
# Camera error codes
|
||||
SESSION_EXPIRED = -40401
|
||||
BAD_USERNAME = -40411 # determined from testing
|
||||
# determined from testing, returned by secure-login devices (C200, H200)
|
||||
# for an unaccepted username
|
||||
UNKNOWN_USERNAME = -60502
|
||||
HOMEKIT_LOGIN_FAIL = -40412
|
||||
DEVICE_BLOCKED = -40404
|
||||
DEVICE_FACTORY = -40405
|
||||
|
||||
Reference in New Issue
Block a user