Hello again! Thank you very much for the reply. I still can’t create new commands for the COBAN protocol.
According to the documents sent by Coban, the syntax for the commands from the server to the device is the following: **, imei, command code. I have available to share all the numerical codes of the Coban commands
For example, to consult an updated position, the command would be **, imei, 100 (entered like this in Ruhavik it does not work)
The problem is that according to the Ruhavik and Flespi forum, the syntax for custom commands would be: {“payload”: “111″} where 111 is the code for ARM for example.
However, viewing the reports from the Toolbox, the ARM, DISARM, CUT ON and CUT OFF commands, which are predefined in Ruhavik, come out like this, for example:
for ARM
{
payload: “L”
}
and for DISARM
{
payload: “M”
}
Ruhavik apparently uses letters instead of numbers for command codes.
Could you help me with this?