Add domoticz web page

This commit is contained in:
Admin
2017-01-25 09:16:33 -06:00
parent 8b9fd355b4
commit a9f48e1f9c
2 changed files with 144 additions and 4 deletions

View File

@@ -334,19 +334,19 @@
<tr>
<td><input id="bridge-settings-next-domoticz-name"
class="form-control" type="text" ng-model="newdomoticzname"
placeholder="A HomeAssistant"></td>
placeholder="A Domoticz"></td>
<td><input id="bridge-settings-next-domoticz-ip"
class="form-control" type="text" ng-model="newdomoticzip"
placeholder="192.168.1.3"></td>
<td><input id="bridge-settings-next-domoticz-port"
class="form-control" type="text" ng-model="newdomoticzport"
placeholder="8123"></td>
placeholder="8080"></td>
<td><input id="bridge-settings-next-domoticz-username"
class="form-control" type="text" ng-model="newdomoticzusername"
placeholder="username"></td>
placeholder="Domoticz username"></td>
<td><input id="bridge-settings-next-domoticz-password"
class="form-control" type="password" ng-model="newdomoticzpassword"
placeholder="Home Assistant password (opt)"></td>
placeholder="Domoticz password (opt)"></td>
<td><button class="btn btn-success" type="submit"
ng-click="addDomoticztoSettings(newdomoticzname, newdomoticzip, newdomoticzport, newdomoticzusername, newdomoticzpassword)">Add</button></td>
</tr>