Quote: Originally Posted by
justchat_1 
Haven't done fusion brain work in awhile but you should be able to use a flag or a boolean or whatever the equivalent is on the device. You set it to true after the first email is sent and then don't send emails if its true next time around. Just remember to set the flag to false when the voltage drops under the reference.
That would work for a one time message yes.
Another way is to set the "minimum_delta_vote_time" to a large number. That way the email is only sent every "large number" milliseconds. So set it to something like every hour (3600000ms), and you get one every hour. Or per day or something like that.