Fixed issues with 4beta1

This commit is contained in:
Admin
2016-12-30 15:00:31 -06:00
parent 363fb605a6
commit 9c4eb58739
20 changed files with 182 additions and 124 deletions

View File

@@ -154,7 +154,6 @@ public class NestHome implements com.bwssystems.HABridge.Home {
+ lightId + "state\"}}]";
}
}
log.info("device handler not implemented");
return responseString;
}
@@ -165,10 +164,9 @@ public class NestHome implements com.bwssystems.HABridge.Home {
nestItems = null;
validNest = bridgeSettings.isValidNest();
aGsonHandler = null;
log.info("Nest Home created." + (validNest ? "" : " No Nest configured."));
if(!validNest) {
log.debug("not a valid nest");
} else {
if(validNest) {
aGsonHandler = new GsonBuilder().create();
isFarenheit = bridgeSettings.isFarenheit();