Different Traccar notification sounds for different vehicles/devices?

Jeff 5 years ago

I have two devices, everything working great!
I set event notifications by Traccar protocol to my phone.
Is there a way to get different notification sounds for different GPS devices (without modifying the code)? I would like one notification sound for my car and a different sound for company car.

The only solution I find is events by email notifications to different email addresses then set Android to have different notifications for each email address.

Thanks for the great work on this.

Anton Tananaev 5 years ago

There is no solution out of the box, but you can easily implement something like this in the code.

Jeff 5 years ago

Cool, thank you for quick reply. I'll look on Github and see how much work. I'm amateur programmer with not much java experience.