wyze-sdk
wyze-sdk copied to clipboard
_user_id is never defined when initiating Client
self._user_id
is never defined to a value when initiating Client
. create_access_code
will fail unless you manually define it. Current workaround is define client.locks._user_id = "your_user_guid"