ADded more for editing special get/put/post and started addimg more to

bridge settings in UI.
This commit is contained in:
Admin
2015-09-02 16:42:40 -05:00
parent ed96b5ad81
commit eecf0f9875
5 changed files with 70 additions and 12 deletions

View File

@@ -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;