mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-16 18:24:36 +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
|
||||
|
||||
sftp-config\.json
|
||||
/bin/
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -5,7 +5,7 @@
|
||||
|
||||
<groupId>com.bwssystems.HABridge</groupId>
|
||||
<artifactId>ha-bridge</artifactId>
|
||||
<version>5.1.0b</version>
|
||||
<version>5.1.0c</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>HA Bridge</name>
|
||||
|
||||
@@ -588,7 +588,7 @@
|
||||
placeholder="192.168.1.3"></td>
|
||||
<td><input id="bridge-settings-next-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"
|
||||
class="form-control" type="text" ng-model="openhab.username"
|
||||
placeholder="OpenHAB username"></td>
|
||||
@@ -610,7 +610,7 @@
|
||||
placeholder="192.168.1.3"></td>
|
||||
<td><input id="bridge-settings-new-openhab-port"
|
||||
class="form-control" type="text" ng-model="newopenhabport"
|
||||
placeholder="8123"></td>
|
||||
placeholder="8080"></td>
|
||||
<td><input id="bridge-settings-new-openhab-username"
|
||||
class="form-control" type="text" ng-model="newopenhabusername"
|
||||
placeholder="OpenHAB username"></td>
|
||||
|
||||
Reference in New Issue
Block a user