10 lines
352 B
Text
10 lines
352 B
Text
|
|
# MQTT_* are filled in automatically at install time by mosquitto's
|
||
|
|
# provision-client.sh hook (the app requires mosquitto). Leave them blank.
|
||
|
|
MQTT_SERVER=
|
||
|
|
MQTT_USER=
|
||
|
|
MQTT_PASS=
|
||
|
|
|
||
|
|
# Path to your Zigbee USB coordinator. Asked for in the install form;
|
||
|
|
# default shown there. Change to match your stick (e.g. /dev/ttyUSB0).
|
||
|
|
ZIGBEE_SERIAL_PORT=/dev/ttyACM0
|