mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-19 08:28:46 +00:00
Added config file handling for the next step in config screens.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user