Updated version

Fixes #676 Server doesn't listen on IPv4 on Raspberry Pi enhancement
question

Fixes #673 ha-bridge not working after restart bug
 
Fixes #618 Long Press for Harmony enhancement question

Fixes #608 Link-Button-Feature and Hue App bug question

Fixes #669 Need to re-pair Philips Hue Bridge enhancement question

Fixes #671 action taking place only on the second time i ask to do it
enhancement question

Fixes #594 Buttons on Hue Devices page do not work bug question

Fixes #654 Add possibility to set qos and retained state of MQTT
messages

Fixes #665 Hue Constant updates
This commit is contained in:
Admin
2017-06-26 14:11:57 -05:00
parent 3d4724ac57
commit 3207b6b76e
2 changed files with 6 additions and 1 deletions

View File

@@ -198,6 +198,11 @@ location /api/ {
```
## Available Arguments
Arguments are now deprecated. The ha-bridge will use the old -D arguments and populate the configuration screen, Bridge Control Tab, which can now be saved to a file and will not be needed. There is only one optional argument that overrides and that is the location of the configuration file. The default is the relative path "data/habridge.config".
### -Djava.net.preferIPv4Stack=true
This will guarantee that the ha-bridge will not use an IPV6 address. This cannot be automatically set inside the code.
```
java -jar -Djava.net.preferIPv4Stack=true ha-bridge-W.X.Y.jar
```
### -Dconfig.file=`<filepath>`
The default location for the configuration file to contain the settings for the bridge is the relative path from where the bridge is started in "data/habridge.config". If you would like a different filename or directory, specify -Dconfig.file=`<directory>/<filename>` explicitly. The command line example:
```

View File

@@ -5,7 +5,7 @@
<groupId>com.bwssystems.HABridge</groupId>
<artifactId>ha-bridge</artifactId>
<version>4.5.5b</version>
<version>4.5.6</version>
<packaging>jar</packaging>
<name>HA Bridge</name>