diff options
author | Karel Kočí <cynerd@email.cz> | 2021-05-10 16:49:11 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-05-10 16:49:11 +0200 |
commit | ef7468756e2e509c3972b95da934a02173c34a0a (patch) | |
tree | 457262546b67a2956a14fa8f0766454e38d3e0cb /bigclown-gateway/files/config | |
parent | ac0953a3d5787da078e1026f077184f70a4c91c3 (diff) | |
download | openwrt-personal-pkgs-ef7468756e2e509c3972b95da934a02173c34a0a.tar.gz openwrt-personal-pkgs-ef7468756e2e509c3972b95da934a02173c34a0a.tar.bz2 openwrt-personal-pkgs-ef7468756e2e509c3972b95da934a02173c34a0a.zip |
Add bigclown packages for testing
Diffstat (limited to 'bigclown-gateway/files/config')
-rw-r--r-- | bigclown-gateway/files/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bigclown-gateway/files/config b/bigclown-gateway/files/config new file mode 100644 index 0000000..6a60ae4 --- /dev/null +++ b/bigclown-gateway/files/config @@ -0,0 +1,10 @@ + +config gateway 'gateway' + option enabled '0' + option name 'usb-dongle' + option device '/dev/ttyUSB0' + option automatic_rename_kit_nodes '1' + +config mqtt 'mqtt' + option host 'localhost' + option port '1883' |