This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Alert manager example
#7
The Erwin's script is for boolean for alarm with value 1.  For temp above you can do similar
Code:
if event.getvalue() > 21 then
   alert('Temp is above 21 in ' ..  grp.find(event.dst).name)
end
------------------------------
Ctrl+F5
Reply


Messages In This Thread
Alert manager example - by Tokatubs - 07.07.2020, 22:06
RE: Alert manager example - by Tokatubs - 21.10.2020, 18:05
RE: Alert manager example - by FatMax - 22.10.2020, 12:46
RE: Alert manager example - by Tokatubs - 22.10.2020, 21:39
RE: Alert manager example - by Daniel - 23.10.2020, 07:32

Forum Jump: