mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-18 00:10:20 +00:00
Updated system.html with opnhab ports
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -14,3 +14,4 @@ data
|
|||||||
/.classpath
|
/.classpath
|
||||||
|
|
||||||
sftp-config\.json
|
sftp-config\.json
|
||||||
|
/bin/
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<groupId>com.bwssystems.HABridge</groupId>
|
<groupId>com.bwssystems.HABridge</groupId>
|
||||||
<artifactId>ha-bridge</artifactId>
|
<artifactId>ha-bridge</artifactId>
|
||||||
<version>5.1.0b</version>
|
<version>5.1.0c</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>HA Bridge</name>
|
<name>HA Bridge</name>
|
||||||
|
|||||||
@@ -588,7 +588,7 @@
|
|||||||
placeholder="192.168.1.3"></td>
|
placeholder="192.168.1.3"></td>
|
||||||
<td><input id="bridge-settings-next-openhab-port"
|
<td><input id="bridge-settings-next-openhab-port"
|
||||||
class="form-control" type="text" ng-model="openhab.port"
|
class="form-control" type="text" ng-model="openhab.port"
|
||||||
placeholder="8123"></td>
|
placeholder="8080"></td>
|
||||||
<td><input id="bridge-settings-next-openhab-username"
|
<td><input id="bridge-settings-next-openhab-username"
|
||||||
class="form-control" type="text" ng-model="openhab.username"
|
class="form-control" type="text" ng-model="openhab.username"
|
||||||
placeholder="OpenHAB username"></td>
|
placeholder="OpenHAB username"></td>
|
||||||
@@ -610,7 +610,7 @@
|
|||||||
placeholder="192.168.1.3"></td>
|
placeholder="192.168.1.3"></td>
|
||||||
<td><input id="bridge-settings-new-openhab-port"
|
<td><input id="bridge-settings-new-openhab-port"
|
||||||
class="form-control" type="text" ng-model="newopenhabport"
|
class="form-control" type="text" ng-model="newopenhabport"
|
||||||
placeholder="8123"></td>
|
placeholder="8080"></td>
|
||||||
<td><input id="bridge-settings-new-openhab-username"
|
<td><input id="bridge-settings-new-openhab-username"
|
||||||
class="form-control" type="text" ng-model="newopenhabusername"
|
class="form-control" type="text" ng-model="newopenhabusername"
|
||||||
placeholder="OpenHAB username"></td>
|
placeholder="OpenHAB username"></td>
|
||||||
|
|||||||
Reference in New Issue
Block a user