Skip to content

Instantly share code, notes, and snippets.

@markmc
Created December 11, 2013 11:34
Show Gist options
  • Save markmc/7908899 to your computer and use it in GitHub Desktop.
Save markmc/7908899 to your computer and use it in GitHub Desktop.
rst enum list

There can be multiple form of actions, but two have been implemented so far:

  1. http call back: you provide a URL to be called whenever the alarm has been set off. The payload of the request contains all the details of why the alarm went off.
  2. log: mostly useful for debugging, stores alarms in a log file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment