Files
addons/zwave/rootfs/etc/mosquitto.conf
Franck Nijhof d0fbf36bb9 OpenZWave 0.5.2 (#1489)
* OpenZWave 0.5.2

* Fix typo in code comment

* LTW -> LWT

* Convert mosquitto.conf dos2unix

* Add additional MQTT bridge settings

* Change client name to match add-on slug

* Extract MQTT logic into a helper

* Disable shellcheck SC1091
2020-07-22 12:32:48 +02:00

21 lines
208 B
Plaintext

##
# defaults
listener 1883
user root
##
# logging
log_dest stdout
##
# datastore
persistence true
persistence_location /data/
##
# auth
allow_anonymous false
password_file /data/auth.db
# Dynamic config