wyze-sdk icon indicating copy to clipboard operation
wyze-sdk copied to clipboard

_user_id is never defined when initiating Client

Open jbcirs opened this issue 8 months ago • 1 comments

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"

jbcirs avatar Jun 03 '24 18:06 jbcirs