Is it possible to suppress sending a notification if the fix time is greater than some specified amount of time?
I am looking for something like filter.past
but instead of filtering the records, just to suppress the notification.
Use case: Device has no mobile connection and saves Ignition on
event on its internal memory. After 5 hours, mobile connection is restored and the device sends all cached data. The user will receive a notification for Ignition on
when in fact his vehicle might be parked already. A notification like that will only cause a confusion so it's better to be filtered.
This is a good feature suggestion. Please submit a ticket on GitHub.
Is it possible to suppress sending a notification if the fix time is greater than some specified amount of time?
I am looking for something like
filter.past
but instead of filtering the records, just to suppress the notification.Use case: Device has no mobile connection and saves
Ignition on
event on its internal memory. After 5 hours, mobile connection is restored and the device sends all cached data. The user will receive a notification forIgnition on
when in fact his vehicle might be parked already. A notification like that will only cause a confusion so it's better to be filtered.