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

Commit 3536e01

Browse files
committed
upgrade headers to v0.0.50
1 parent 17a320d commit 3536e01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deebotozmo/ecovacs_json.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ def _get_json_and_url(self, command: Command, vacuum: Vacuum) -> (dict, str):
7070
else:
7171
payload = {
7272
"header": {
73-
"pri": "2",
73+
"pri": "1",
7474
"ts": datetime.datetime.now().timestamp(),
75-
"tmz": 480,
76-
"ver": "0.0.22"
75+
"tzm": 480,
76+
"ver": "0.0.50"
7777
}
7878
}
7979

0 commit comments

Comments
 (0)