Alert type.
Enumerator |
---|
ALERT_TYPE_NONE | Placeholder; not meant to be sent.
|
ALERT_TYPE_DEVICE_NOW_ONLINE | Device finished booting.
|
ALERT_TYPE_DEVICE_NOW_ONLINE_WDT | Device finished rebooting from a watchdog timeout.
|
ALERT_TYPE_DEVICE_GOING_OFFLINE | Device is shutting down.
|
ALERT_TYPE_MSG | Generic message (see description field).
|
ALERT_TYPE_TEMPERATURE | Operating temperature outside of limits. Value is in degrees Celsius.
|
ALERT_TYPE_HUMIDITY | Operating humidity outside of limits. Value is in percent relative humidity.
|
ALERT_TYPE_BATTERY | Battery level too low. Value is in volts.
|
ALERT_TYPE_SHOCK | Shock and vibration limits exceeded. Value is in m/s^2.
|
ALERT_TYPE_CUSTOM | User-specific alerts start here.
|