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.

Send e-mail
#8
Something like that would do, event script
Code:
value = event.getvalue()
mydata = storage.get('myobjectdata', 2)

if value then
  if value ~= mydata then
    --emial for on
  end
else
 
  if value ~= mydata then
   --email for off
  end
end 

storage.set('myobjectdata', value)
------------------------------
Ctrl+F5
Reply


Messages In This Thread
Send e-mail - by Daponte - 25.11.2017, 18:06
RE: Send e-mail - by admin - 27.11.2017, 10:35
RE: Send e-mail - by Daponte - 27.11.2017, 10:42
RE: Send e-mail - by d.r soutras - 10.10.2021, 18:26
RE: Send e-mail - by Daniel - 11.10.2021, 09:37
RE: Send e-mail - by d.r soutras - 11.10.2021, 15:52
RE: Send e-mail - by Erwin van der Zwart - 26.11.2017, 00:45
RE: Send e-mail - by Daponte - 27.11.2017, 10:15
Send e-mail - by Daponte - 27.11.2017, 10:29

Forum Jump: