-
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.
Fix to support 1st generation thermostats without Eco mode.
- Loading branch information
1 parent
2a854a3
commit 3ec167c
Showing
4 changed files
with
11 additions
and
9 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 |
---|---|---|
|
@@ -36,15 +36,15 @@ | |
"prepublishOnly": "npm run lint", | ||
"preversion": "npm run lint" | ||
}, | ||
"version": "4.4.10", | ||
"version": "4.4.11", | ||
"warnings": [ | ||
{ | ||
"code": "ENOTSUP", | ||
"required": { | ||
"node": ">=7.0.0", | ||
"homebridge": ">=0.2.5" | ||
}, | ||
"pkgid": "[email protected].10" | ||
"pkgid": "[email protected].11" | ||
} | ||
] | ||
} |