Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
don't cut resource on 8 characters. App uses 12
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus committed Jul 2, 2021
1 parent b385b02 commit 860cdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deebotozmo/ecovacs_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __init__(
self._session = session
self._verify_ssl = str_to_bool_or_cert(verify_ssl)

self._resource = device_id[0:8]
self._resource = device_id
self._country = country
self._continent = continent

Expand Down

0 comments on commit 860cdb6

Please sign in to comment.