Yes, you can send custom commands. There is a special command type for that.
Is there any example how to use it?
You can take a look at Traccar default web interface. It can send custom commands:
https://github.com/tananaev/traccar/blob/master/web/app/view/CommandDialogController.js#L45
Hi Anton,
Is there a way to send custom string or binary commands using new api?
Like track by time (periodic reporting) or toggle movement, vibration alarms, sleeping?
Thanks