Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Usage: subsribe to events

Benjamin Sautner edited this page Aug 16, 2016 · 1 revision

Subscribe to events by right clicking on a data point. You can then get alerts and notifications when events take place with that point. Create a subscription by right clicking on a point in the web console.

Subscriptions work by processing rules the follow the logic: "When this happens do that."

subscribe

Examples:

  • When a new value is high (based on alert settings) send me an email
  • When a point has not received a new value in a set amount of time, instant message me.
  • When a new value is much higher than the last value (Delta Alert) push to a connected Arduino in real time (with web sockets)