Skip to content

Commit

Permalink
Fix version mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
slvwolf committed Jan 31, 2023
1 parent c366d89 commit b6debbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcfmqtt/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class SessionWrapper(pcomfortcloud.Session):
def _headers(self):
return {
"X-APP-TYPE": "1",
"X-APP-VERSION": "1.16.0",
"X-APP-VERSION": "1.19.0",
"X-User-Authorization": self._vid,
"User-Agent": "G-RAC",
"Accept": "application/json; charset=utf-8",
Expand Down

0 comments on commit b6debbc

Please sign in to comment.