mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-19 00:20:26 +00:00
Update handling of upnp and updated how unique ids are generated
This commit is contained in:
@@ -824,6 +824,11 @@
|
||||
<td><input type="checkbox" ng-model="bridge.settings.upnporiginal" ng-true-value=true
|
||||
ng-false-value=false> {{bridge.settings.upnporiginal}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>UPNP Advanced (use multiple responses and notifies)</td>
|
||||
<td><input type="checkbox" ng-model="bridge.settings.upnpadvanced" ng-true-value=true
|
||||
ng-false-value=false> {{bridge.settings.upnpadvanced}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Trace UPNP Calls</td>
|
||||
<td><input type="checkbox" ng-model="bridge.settings.traceupnp" ng-true-value=true
|
||||
|
||||
Reference in New Issue
Block a user