mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-19 08:28:46 +00:00
Added more logging and updated nest controller version to fix issues
with range temp setting in nest.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user