Added config file handling for the next step in config screens.

This commit is contained in:
Admin
2016-02-10 16:47:58 -06:00
parent 2ff73e5672
commit 20328b15d8
5 changed files with 325 additions and 100 deletions

View File

@@ -53,6 +53,8 @@ public class UpnpSettingsResource {
this.theSettings.setUpnpResponsePort(theBridgeSettings.getUpnpResponsePort());
this.theSettings.setUpnpStrict(theBridgeSettings.isUpnpStrict());
this.theSettings.setVeraAddress(theBridgeSettings.getVeraAddress());
this.theSettings.setVeraconfigured(theBridgeSettings.isValidVera());
this.theSettings.setHarmonyconfigured(theBridgeSettings.isValidHarmony());
this.theSettings.setNestConfigured(theBridgeSettings.isValidNest());
}