mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-18 16:17:30 +00:00
Updated FHEM integration for testing
This commit is contained in:
@@ -637,6 +637,7 @@
|
||||
<th>Port</th>
|
||||
<th>Username (opt)</th>
|
||||
<th>Password (opt)</th>
|
||||
<th>Room (opt)</th>
|
||||
<th>Use SSL</th>
|
||||
<th>Manage</th>
|
||||
</tr>
|
||||
@@ -657,6 +658,9 @@
|
||||
<td><input id="bridge-settings-next-fhem-password"
|
||||
class="form-control" type="password" ng-model="fhem.password"
|
||||
placeholder="FHEM password (opt)"></td>
|
||||
<td><input id="bridge-settings-next-fhem-webhook"
|
||||
class="form-control" type="text" ng-model="fhem.webhook"
|
||||
placeholder="Room Name"></td>
|
||||
<td><input type="checkbox"
|
||||
ng-model="fhem.secure" ng-true-value=true
|
||||
ng-false-value=false></td>
|
||||
@@ -679,11 +683,14 @@
|
||||
<td><input id="bridge-settings-new-fhem-password"
|
||||
class="form-control" type="password" ng-model="newfhempassword"
|
||||
placeholder="FHEM password (opt)"></td>
|
||||
<td><input id="bridge-settings-new-fhem-webhook"
|
||||
class="form-control" type="text" ng-model="newfhemwebhook"
|
||||
placeholder="Room Name"></td>
|
||||
<td><input type="checkbox"
|
||||
ng-model="newfhemsecure" ng-true-value=true
|
||||
ng-false-value=false></td>
|
||||
<td><button class="btn btn-success" type="submit"
|
||||
ng-click="addFhemtoSettings(newfhemname, newfhemip, newfhemport, newsfhemusername, newfhempassword, newfhemsecure)">Add</button></td>
|
||||
ng-click="addFhemtoSettings(newfhemname, newfhemip, newfhemport, newsfhemusername, newfhempassword, newfhemwebhook, newfhemsecure)">Add</button></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user