You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
example.py", line 120, in mon
device_class = client.get_device_obj(device_id)
AttributeError: 'Client' object has no attribute 'get_device_obj'
attempting to run the example with a the client already seen.. The plan example returns me:
694f9210-0e9f-11f5-adf1-a06faa9c01f5: Washer (WASHER T1772HDFV_F)
The text was updated successfully, but these errors were encountered:
Hmm; it seems like you must have a different version of wideq installed: the Client object here does have that method on it. Maybe uninstalling and reinstalling the package could help?
example.py", line 120, in mon
device_class = client.get_device_obj(device_id)
AttributeError: 'Client' object has no attribute 'get_device_obj'
attempting to run the example with a the client already seen.. The plan example returns me:
694f9210-0e9f-11f5-adf1-a06faa9c01f5: Washer (WASHER T1772HDFV_F)
The text was updated successfully, but these errors were encountered: