blob: c16e31b9646da7445e096e8f7964159c79bfc195 (
plain)
1
2
3
4
5
6
7
8
9
|
config gateway 'gateway'
option name 'usb-dongle'
option device '/dev/ttyUSB0'
option automatic_rename_kit_nodes '1'
config mqtt 'mqtt'
option host 'localhost'
option port '1883'
|