Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #106 from iRayanKhan/apiChange05252020
Browse files Browse the repository at this point in the history
Api change06252020
  • Loading branch information
iRayanKhan authored Jun 25, 2020
2 parents bd95e99 + 325ea01 commit 07d127d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
# Homebridge-Chamberlain

<a href="https://www.npmjs.com/package/homebridge-chamberlain"><img title="npm version" src="https://badgen.net/npm/v/homebridge-chamberlain" ></a>
<a href="https://www.npmjs.com/package/homebridge-chamberlain"><img title="npm downloads" src="https://badgen.net/npm/dt/homebridge-chamberlain" ></a>
<a href="https://github.com/homebridge/homebridge/wiki/Verified-Plugins"><img title="homebridge verification" src="https://badgen.net/badge/homebridge/verified/purple" ></a>
<a href="https://www.npmjs.com/package/homebridge-chamberlain"><img title="npm downloads" src="https://badgen.net/npm/dt/homebridge-chamberlain" ></a>


</span>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-chamberlain",
"version": "1.6.0",
"version": "1.6.1",
"author": "Rayan Khan <[email protected]>",
"license": "MIT",
"main": "src",
Expand Down
2 changes: 1 addition & 1 deletion src/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const req = ({body, headers, method, pathname, query}) =>
body: body == null ? body : JSON.stringify(body),
headers: _.extend({
'Content-Type': 'application/json',
'User-Agent': 'myQ/14041 CFNetwork/1107.1 Darwin/19.0.0',
'User-Agent': 'myQ/19569 CFNetwork/1107.1 Darwin/19.0.0',
ApiVersion: '5.1',
BrandId: '2',
Culture: 'en',
Expand Down

0 comments on commit 07d127d

Please sign in to comment.