mirror of
https://github.com/mtan93/homebridge.git
synced 2026-04-05 22:04:31 +01:00
I forked unofficial-nest-api and added support for 'off'.
For now the package location has been changed to reflect this. I've submitted a pull request but it doesn't look like it's been touched in a while so I'm not sure it's going to get merged.
This commit is contained in:
@@ -186,7 +186,6 @@ NestThermostatAccessory.prototype = {
|
||||
var targetTemperatureType = 'off';
|
||||
switch(targetHeatingCooling) {
|
||||
case 0:
|
||||
// this will crash unnofficial-node-api, it needs to be forked to accept the input
|
||||
targetTemperatureType = 'off';
|
||||
break;
|
||||
case 1:
|
||||
|
||||
Reference in New Issue
Block a user