sampsyo / wideq

reverse-engineered client for the LG SmartThinQ API
https://pypi.org/project/wideq/
MIT License
332 stars 159 forks source link

no attribute 'get_device_obj' #150

Open BrewingGeek opened 1 year ago

BrewingGeek commented 1 year ago

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)

sampsyo commented 1 year ago

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?