Recently configured command send via SMS gateway API to send engine stop commands to an ST4315 Suntech tracker.
Built in engine stop comands says its not supported by Suntech, so I had to use saved commands to send engine stop command to the device, the command has this format:
CMD;<Tracker_id>;04;01
What I want is for the command to work on all devices I choose, something like:
CMD;{uniqueId};04;01
But this doesn't seem to work, the SMS goes just as it was defined (the exact same text CMD;{uniqueId};04;01)
What I need is to send the device unique Id whitin the command, without having to save one command per device.
Not possible currently, unfortunately.
I will have to make a command for each tracker, tks.
Recently configured command send via SMS gateway API to send engine stop commands to an ST4315 Suntech tracker.
Built in engine stop comands says its not supported by Suntech, so I had to use saved commands to send engine stop command to the device, the command has this format:
CMD;<Tracker_id>;04;01
What I want is for the command to work on all devices I choose, something like:
CMD;{uniqueId};04;01
But this doesn't seem to work, the SMS goes just as it was defined (the exact same text CMD;{uniqueId};04;01)
What I need is to send the device unique Id whitin the command, without having to save one command per device.