Engine stop in Suntech ST4315

HSalido16 days ago

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.

Anton Tananaev16 days ago

Not possible currently, unfortunately.

HSalido16 days ago

I will have to make a command for each tracker, tks.