IO Email Notifications

Related to the Portal
Post Reply
btorrenga
Posts: 100
Joined: Mon Apr 16, 2012 10:22 pm

IO Email Notifications

Post by btorrenga »

How do I configure email notifications for different IO states? For example, I want to receive an email if IO channel 4 is off. There appears to be an option for "IO" in the trigger section, but I don't know the syntax.
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: IO Email Notifications

Post by rimai »

I think you will need to use custom variables.

Code: Select all

ReefAngel.CustomVar[0]=ReefAngel.IO.GetChannel(4);
ReefAngel.CustomVar[1]=255;
Roberto.
Post Reply