more bug fixes
Former-commit-id: 8655ac0c062e08d254975942048c82df98a597c2
This commit is contained in:
parent
1e97a4705e
commit
8b42e5bbc9
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ public abstract class AbstractDevice<T> extends DBBean {
|
|||
|
||||
Configurator<T> configurator = new Configurator<>(deviceData);
|
||||
configurator.setValues(JSONParser.read(config));
|
||||
configurator.applyConfiguration();
|
||||
} catch (Exception e) {
|
||||
logger.log(Level.SEVERE, "Unable to read device data", e);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue