Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Event: Send email when a sensor value goes max/min
-
Hi to all!!
I'm the newest in Mango's World and I don't know how to create an event which send an email when an input sensor is in a max or min level.
:?: -
Hi CAHA,
It's a two step process (assuming you have Mango already pulling data from your sensor). Edit the point by adding a point event detector (either a high limit, a low limit, or both in your case), and save. Then, head over to the event handlers page and add an email handlers to your event(s). That's it.
The division between events and handlers allows 1) events to generated in arbitrary ways, and 2) events to be handled in multiple ways.