Skip to content

Commit

Permalink
headers 09/2023, resolves #78
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Dimov committed Sep 16, 2023
1 parent fdac380 commit ceae731
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pcomfortcloud/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ def _headers(self):
"X-APP-TYPE": "1",
"X-APP-VERSION": "1.19.0",
"X-User-Authorization": self._vid,
"X-APP-TIMESTAMP": "1",
"X-APP-NAME": "Comfort Cloud",
"X-CFC-API-KEY": "Comfort Cloud",
"User-Agent": "G-RAC",
"Accept": "application/json; charset=utf-8",
"Content-Type": "application/json; charset=utf-8"
Expand Down

0 comments on commit ceae731

Please sign in to comment.