blakeblackshear.frigate/docs
Charles Munger 58c0d97b5f Include timestamps for notification examples
In the homeassistant app, the notification timestamp is generated when the push message is received by the app. Delays caused by servers, device load, or network latency/availability will delay those pushes - so in the following case:

1:00 - A dog is detected in the front
1:02 - It stops moving around or leaves view, last notification push sent
1:05 - The phone connects to the network

The user, seeing the alert at 1:05, will see that the notification occurred "a few seconds ago", since the timestamp the app sends to the OS was at 1:05. By adding the `when` parameter, it will instead correctly show that the event was triggered at 1:00.

This is exacerbated by the fact that the default behavior of android pushes won't wake the device from deep sleep - in order to receive it as a high priority notification, the additional parameters

```
data:
  priority: high
  ttl: 0
```
have to be added.
2021-08-14 07:35:52 -05:00
..
docs Include timestamps for notification examples 2021-08-14 07:35:52 -05:00
plugins docs: include available objects in documentation 2021-03-09 06:23:37 -06:00
src/css docs: move docs to docusaurus 2021-01-26 21:40:33 -06:00
static tweaking the docs 2021-01-26 21:40:33 -06:00
.gitignore docs: move docs to docusaurus 2021-01-26 21:40:33 -06:00
babel.config.js docs: move docs to docusaurus 2021-01-26 21:40:33 -06:00
docusaurus.config.js docs: include available objects in documentation 2021-03-09 06:23:37 -06:00
package-lock.json docs: include available objects in documentation 2021-03-09 06:23:37 -06:00
package.json docs: include available objects in documentation 2021-03-09 06:23:37 -06:00
README.md docs: add contributing docs 2021-02-23 07:37:19 -06:00
sidebars.js docs: include available objects in documentation 2021-03-09 06:23:37 -06:00

Website

This website is built using Docusaurus 2, a modern static website generator.

For installation and contributing instructions, please follow the Contributing Docs.