mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-22 17:30:11 +00:00
Huemulator state fixes
draft active logger control
This commit is contained in:
@@ -742,6 +742,27 @@
|
||||
ng-model="bridge.settings.numberoflogmessages" min="100"
|
||||
max="65535"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Log Output Control</td>
|
||||
<td><table
|
||||
class="table table-bordered table-striped table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Active</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tr ng-repeat="thePair in bridge.settings.activeloggers">
|
||||
<td><input id="bridge-settings-next-logger-name"
|
||||
class="form-control" type="text" ng-model="thePair.name"
|
||||
disabled></td>
|
||||
<td><input type="checkbox"
|
||||
ng-model="thePair.value" ng-true-value="'true'"
|
||||
ng-false-value="'false'"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Trace UPNP Calls</td>
|
||||
<td><input type="checkbox"
|
||||
|
||||
Reference in New Issue
Block a user