X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/da331fea01b7d2bc15b7628366b03b9e3ba1a395..21464a29a442522e1f34fe885f7060f0fecf9a59:/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