Added more logging and updated nest controller version to fix issues

with range temp setting in nest.
This commit is contained in:
Admin
2016-03-09 16:45:21 -06:00
parent 113ce0ca59
commit 73f0f766f7
2 changed files with 3 additions and 3 deletions

View File

@@ -145,7 +145,7 @@ public class BridgeSettingsDescriptor {
this.numberoflogmessages = numberoflogmessages;
}
public Boolean isValidVera() {
if(this.getVeraAddress() == null)
if(this.getVeraAddress() == null || this.getVeraAddress().getDevices().size() <= 0)
return false;
List<NamedIP> devicesList = this.getVeraAddress().getDevices();
if(devicesList.get(0).getIp().contains(Configuration.DEFAULT_ADDRESS))