diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-09-13 17:05:54 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-09-13 17:05:54 +0200 |
commit | 90a56b0f739de9d49e4f2470d5326508e69c85c0 (patch) | |
tree | 762a61bb1d94f37de5324fb71cc75997895a46a3 /bigclown-gateway | |
parent | a927a28b3ac837ade33929b95268d89a7979ff8a (diff) | |
download | openwrt-personal-pkgs-90a56b0f739de9d49e4f2470d5326508e69c85c0.tar.gz openwrt-personal-pkgs-90a56b0f739de9d49e4f2470d5326508e69c85c0.tar.bz2 openwrt-personal-pkgs-90a56b0f739de9d49e4f2470d5326508e69c85c0.zip |
bigclown-gateway: change default configuration
Diffstat (limited to 'bigclown-gateway')
-rw-r--r-- | bigclown-gateway/files/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bigclown-gateway/files/config b/bigclown-gateway/files/config index 7fa3977..c16e31b 100644 --- a/bigclown-gateway/files/config +++ b/bigclown-gateway/files/config @@ -1,9 +1,9 @@ -config config 'gateway' +config gateway 'gateway' option name 'usb-dongle' option device '/dev/ttyUSB0' option automatic_rename_kit_nodes '1' -config config 'mqtt' +config mqtt 'mqtt' option host 'localhost' option port '1883' |