diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-09-12 17:18:42 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-09-12 17:25:25 +0200 |
commit | 40764118789f79f79e943a95b805db4e929ec5d7 (patch) | |
tree | 3245894722bcd065d12857360dd0df9b0d1ccae2 /bigclown-gateway/files/config | |
parent | df3d314797ebc02e0e0ffcd3d53dcc7186964296 (diff) | |
download | openwrt-personal-pkgs-40764118789f79f79e943a95b805db4e929ec5d7.tar.gz openwrt-personal-pkgs-40764118789f79f79e943a95b805db4e929ec5d7.tar.bz2 openwrt-personal-pkgs-40764118789f79f79e943a95b805db4e929ec5d7.zip |
Tweak bigclown packages
Diffstat (limited to 'bigclown-gateway/files/config')
-rw-r--r-- | bigclown-gateway/files/config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bigclown-gateway/files/config b/bigclown-gateway/files/config new file mode 100644 index 0000000..7fa3977 --- /dev/null +++ b/bigclown-gateway/files/config @@ -0,0 +1,9 @@ + +config config 'gateway' + option name 'usb-dongle' + option device '/dev/ttyUSB0' + option automatic_rename_kit_nodes '1' + +config config 'mqtt' + option host 'localhost' + option port '1883' |