I am an unprivileged user, so as soon as alarms are closed, I don't see anything about them anymore.
The adapter didn't set alarm to false as expected.
A sample return from the API in this case:
Received data from Divera-API: {"success":true,"data":{"items":[],"sorting":[]},"ucr":123456}
The pull request handles an empty items list and just sets the alarm state to false.
Hi,
I am an unprivileged user, so as soon as alarms are closed, I don't see anything about them anymore. The adapter didn't set alarm to false as expected.
A sample return from the API in this case:
The pull request handles an empty items list and just sets the alarm state to false.