X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/5bc9573c3235d959463e75f6103b027d6f5efe84..3cde6e4128c98b6b9c35f52fff560e4f20e2d4d8:/bin/weathermon?ds=inline diff --git a/bin/weathermon b/bin/weathermon index fdf092a..bd9ca80 100755 --- a/bin/weathermon +++ b/bin/weathermon @@ -157,9 +157,6 @@ function processJson(str) end if not (sensor_type==nil or sensor_id==nil or sensor_type=='' or sensor_id=='') then - if next(sensor)==nil then - sensor["command"]="alarm" - end local record = {} for k,v in pairs(sensor) do storeRecord(sensor_id,sensor_type,k,v) @@ -411,6 +408,7 @@ while 1 do io.close(f) end) end + end) end