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
def devices(self):
"""Return all devices linked to the account."""
if self._logged:
device_response = requests.get(
"https://{0}/v2/provisioningservice/manifest".format(
DYSON_API_URL), verify=False, auth=self._auth)
and dyson_device.py
because 'Active' is not found in the response now
the current version of this library doesn't support those devices and I'm afraid that those changes aren't enough to get them working. but I already submitted a pr add support for them here: #15
Hi, Thanks for your API.
I Can't find my TP04 in my account which is already registered.
what can i do?
Thanks for your help!
The text was updated successfully, but these errors were encountered: