mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-20 16:59:53 +00:00
Fixed issue with "Test Dim" button not presenting the value selector
when there was a body with a dim command. Added ability to specifically set the web server address port. Fixes #225 Fixes #217
This commit is contained in:
@@ -82,6 +82,13 @@
|
||||
ng-model="bridge.settings.upnpconfigaddress"
|
||||
placeholder="192.168.1.1"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Web Server IP Address</td>
|
||||
<td><input id="bridge-settings-webaddress"
|
||||
class="form-control" type="text"
|
||||
ng-model="bridge.settings.webaddress"
|
||||
placeholder="0.0.0.0"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Web Server Port</td>
|
||||
<td><input id="bridge-settings-serverport"
|
||||
|
||||
Reference in New Issue
Block a user