This commit is contained in:
diamond
2017-05-04 05:59:04 +03:00
parent df618afeda
commit 9aaab37a17
6 changed files with 58 additions and 16 deletions

View File

@@ -110,7 +110,7 @@ public class BridgeSettings extends BackupHandler {
theBridgeSettings.setVeraAddress(theVeraList);
theFibaroAddress = System.getProperty("fibaro.address");
IpList theFibaroList = null;
IpList theFibaroList = null;
if(theFibaroAddress != null) {
try {
theFibaroList = new Gson().fromJson(theFibaroAddress, IpList.class);