Up to 32 custom alerts.
Custom alerts consist of an arbitrary boolean condition that is checked at certain times. When the condition evaluates to true, the alert is triggered.
Normal response.
Unauthorized response.
{- "result": [
- {
- "name": "temperature alert",
- "detail": "It is hot in here: %l C!",
- "frequency": "sec",
- "priority": 7,
- "cond": {
- "lhs": "temp_internal()",
- "op": "<",
- "rhs": "30"
}
}
], - "error": "Error message (present if an error occurred)."
}
Normal response.
Unauthorized response.
[- { }
]
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}
Normal response.
Unauthorized response.
[- { }
]
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}