Hello dear Traccar community,
First I will thanks traccar team for the great teamwork they have been done, The project is amazing.
All we know that traccar uses a lot of events that is triggred in the backend server like (speed, battery) and in my case I want to add an event for Maintenance that uses start as (String date) and period as (String date) and this not aligned of how events is been handled in Shared Channels accros the application.
The Maintenance that I want is related to some document expiration that is associated with my device using the attributes feature. Because I want to add a new feature to handle this.
Is this possible and cannot make any conflict with the traccar application ? and How I can implemnt that if there is any idea ?
Thanks in advance
What is special about your event? Why it can't be handled the same way other events are?
My event type is related to a paper car documents and it has a beginning start and period start as Date type.
Let's suppose we added it in the front end , should I implement another event handler the same way maintenance event handler did or just I can work with a little of conditions to handle that because I am confused.
The event typeis related to (insurance) attribute. but the links between these 2 things is little bit confused to me because traccar works with attributes too much.
Hello dear Traccar community,
First I will thanks traccar team for the great teamwork they have been done, The project is amazing.
All we know that traccar uses a lot of events that is triggred in the backend server like (speed, battery) and in my case I want to add an event for Maintenance that uses start as (String date) and period as (String date) and this not aligned of how events is been handled in Shared Channels accros the application.
The Maintenance that I want is related to some document expiration that is associated with my device using the attributes feature. Because I want to add a new feature to handle this.
Is this possible and cannot make any conflict with the traccar application ? and How I can implemnt that if there is any idea ?
Thanks in advance