-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Fix accessory state not updating after a rare Nest-side service er…
…ror. 2. Fix race condition affecting scenes/automations changing thermostat mode and temperature at the same time.
- Loading branch information
1 parent
bc724b7
commit 3284197
Showing
4 changed files
with
99 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
"url": "git://github.com/chrisjshull/homebridge-nest.git" | ||
}, | ||
"deprecated": false, | ||
"description": "Nest Thermostat and Protect plug-in for homebridge", | ||
"description": "Nest Thermostat, Protect and Lock plug-in for homebridge", | ||
"engines": { | ||
"homebridge": ">=0.2.5", | ||
"node": ">=7.0.0" | ||
|
@@ -37,15 +37,15 @@ | |
"prepublishOnly": "npm run lint", | ||
"preversion": "npm run lint" | ||
}, | ||
"version": "4.6.3", | ||
"version": "4.6.4", | ||
"warnings": [ | ||
{ | ||
"code": "ENOTSUP", | ||
"required": { | ||
"node": ">=7.0.0", | ||
"homebridge": ">=0.2.5" | ||
}, | ||
"pkgid": "[email protected].3" | ||
"pkgid": "[email protected].4" | ||
} | ||
] | ||
} |