Function in an entry value of traccar.xml

zos93 10 years ago

Hi,

is it possible to code a function like "substring" in an entry of traccar.xml configuration file. I would like to send the last 4 characters of uniqueId in 'forward.url'. Like :

<entry key='forward.url'>http://test.mydomain.fr/main.php&value=substring({uniqueId},4,4)</entry>

Or any other solution.

Thank you

Anton Tananaev 10 years ago

No, it's not possible to do any scripting like that at the moment.

zos93 10 years ago

Thank you for anwser