Добавлен touch-файл для мониторинга степени живости, добавлены опции для протоколиров...
[weathermon.git] / weathermon.uci
1 config internal 'web'
2         option url http://server/path/send.php
3         option user meteo
4         option password somestrictpassword
5         option iface eth0
6
7 config internal 'serial'
8         option port /dev/ttyUSB0
9         option timeout 100
10         option baud 9600
11
12 config internal 'logging'
13         option enabled on
14
15 config internal 'mqtt'
16         option host server