if buienkans > 0 and buienkans ~= domoticz.data.v_regen then
domoticz.notify('Regen verwacht binnen 1 uur.', 'Het gaat binnen een uur regenen. De verwachte regenintensiteit is '..buienkans..' mm/h','0','magic','iPhoneRob',domoticz.NSS_PUSHOVER)
domoticz.data.v_regen = buienkans
print('<font color="red">Alarmkleur: '..domoticz.data.v_regen..'</font>')
elseif alarmkleur > 1 then
domoticz.notify('Regen verwacht binnen 15 min.!', 'Het gaat regenen. De verwachte regenintensiteit is code '..alarmkleur..' !','0','magic','iPhoneRob',domoticz.NSS_PUSHOVER)
end
end
}
This is the error:
Error (2.4.5): error loading module 'Test1' from file '/home/pi/domoticz/scripts/dzVents/generated_scripts/Test1.lua':<br> .../pi/domoticz/scripts/dzVents/generated_scripts/Test1.lua:29: '}' expected (to close '{' at line 3) near <eof>