projects
/
weathermon.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Поддержка подключения устройств по последовательному интерфейсу.
[weathermon.git]
/
bin
/
weathermon
diff --git
a/bin/weathermon
b/bin/weathermon
index ade5bfaa3f4cd80a468daaea58cecd6b3e75558a..fdf092a3406aa0c62a02fdc4954af2a618288e04 100755
(executable)
--- a/
bin/weathermon
+++ b/
bin/weathermon
@@
-248,6
+248,9
@@
function processLine(str)
return '{'..name..'}'
end
end)
return '{'..name..'}'
end
end)
+ if not mqtt_client:socket() then
+ mqtt_client:reconnect()
+ end
mqtt_client:publish(mqtt_path,v,0,false)
mqtt_client:loop()
end
mqtt_client:publish(mqtt_path,v,0,false)
mqtt_client:loop()
end
@@
-289,6
+292,9
@@
function processLine(str)
return '{'..name..'}'
end
end)
return '{'..name..'}'
end
end)
+ if not mqtt_client:socket() then
+ mqtt_client:reconnect()
+ end
mqtt_client:publish(mqtt_path,msg_body,0,false)
mqtt_client:loop()
end
mqtt_client:publish(mqtt_path,msg_body,0,false)
mqtt_client:loop()
end