Is this a feature request or you want someone to help you with a customization?
Thank you for your quick response Anton
I want help with the customization. I am looking for the exact variables to use, I referred https://github.com/traccar/traccar/blob/master/src/main/java/org/traccar/model/Position.java for the variables but there is no variable to use the command result.
I needed customization but I think it would be great for the community if this is implemented as a feature(added attribute).
Can you help me Team/Anton. It would be great if u do. Thanks in Adv
We can provide paid customization service. If that's something you're interested in, send us an email.
Hi Forum,
I want to add the feature of engineStop and engineResume to my mobile application.
Whenever I post the command for doing It I get a response ("Restore fuel supply:Success!" OR "Cut off the fuel supply: Success!")
Now I want to update these changes to the variable on the server-side, So that when I call the API I get the last state of my command.
I tried Computed Attributes but can't use the command result to store it in the variable.
I am expecting a variable like ignition which changes with the change in the state.