this.bridgeSecret = secret;
}
// connect the Hue bridge with the new configs
if(this.bridgeIP!=null) {
activeBridge = new HueBridge(bridgeIP, bridgeSecret);
activeBridge.pairBridgeIfNecessary();
}
String refreshIntervalString = (String) config.get("refresh");
if (StringUtils.isNotBlank(refreshIntervalString)) {