This patch adds json to the mqtt monitoring package. #216

Open
McUles wants to merge 6 commits from McUles/firmware:master into master
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 9c97da67ca - Show all commits

View File

@ -1 +0,0 @@
*/5 * * * * sleep $(/usr/bin/random 70 85); /usr/sbin/json-mqtt-proxy

View File

@ -42,4 +42,6 @@ LANG=C
debug "Generate actual status data"
crawl
/usr/sbin/json-mqtt-proxy
exit 0