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
No, it's not possible to do any scripting like that at the moment.
Thank you for anwser
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