Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Fix unsecure broker example (#6778)
Browse files Browse the repository at this point in the history
Added space for unsecure broker between host and secure=false.

Signed-off-by: Kai Kreuzer <kai@openhab.org>
  • Loading branch information
crxporter authored and kaikreuzer committed Jan 2, 2019
1 parent 2e9a667 commit 32a875c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -84,7 +84,7 @@ in [Java MessageDigest Algorithms](https://docs.oracle.com/javase/9/docs/specs/s

```xtend
mqtt:broker:mySecureBroker [ host="192.168.0.41", secure=true, certificatepin=true, publickeypin=true ]
mqtt:broker:myUnsecureBroker [ host="192.168.0.42",secure=false ]
mqtt:broker:myUnsecureBroker [ host="192.168.0.42", secure=false ]
mqtt:broker:myAuthentificatedBroker [ host="192.168.0.43", secure=false, username="user", password="password" ]
Expand Down

0 comments on commit 32a875c

Please sign in to comment.