mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-21 17:18:49 +00:00
ADded more for editing special get/put/post and started addimg more to
bridge settings in UI.
This commit is contained in:
@@ -6,7 +6,7 @@ public class BridgeSettings {
|
||||
private String upnpresponseport;
|
||||
private String upnpdevicedb;
|
||||
private String veraaddress;
|
||||
private boolean upnpStrict;
|
||||
private boolean upnpstrict;
|
||||
private boolean traceupnp;
|
||||
private boolean vtwocompatibility;
|
||||
|
||||
@@ -42,10 +42,10 @@ public class BridgeSettings {
|
||||
}
|
||||
|
||||
public boolean isUpnpStrict() {
|
||||
return upnpStrict;
|
||||
return upnpstrict;
|
||||
}
|
||||
public void setUpnpStrict(boolean upnpStrict) {
|
||||
this.upnpStrict = upnpStrict;
|
||||
this.upnpstrict = upnpStrict;
|
||||
}
|
||||
public boolean isTraceupnp() {
|
||||
return traceupnp;
|
||||
|
||||
Reference in New Issue
Block a user