Confirmed users
110
edits
(→FAQ) |
|||
Line 114: | Line 114: | ||
* Does the <code>getAll(...)</code> return the alarms that have already been fired? Or the back-end will keep them before the <code>remove(...)</code> is explicitly called? | * Does the <code>getAll(...)</code> return the alarms that have already been fired? Or the back-end will keep them before the <code>remove(...)</code> is explicitly called? | ||
** The back-end won't keep the fired alarms, which means only alarms that have not fired will be returned. | ** The back-end won't keep the fired alarms, which means only alarms that have not fired will be returned. | ||
* Why? | * Why? |