When I send custom commands throught Web UI or throught API I can see that command was send to device. In API I have status code 200 and in GUI I can see popup message ("Command was sent to device").
If I want to see, that device make my command successfully I go to trackar-server.log and I can see device and platform communication. Throught communication I can resolve that command was succesfully done on device:
device < traccar server HEX: mycommand
device > traccar server HEX:device response
Exists another options to see if commands was successfuly done?
Thanks
For some protocols Traccar supports result events. It will map to a special alarm.
When I send custom commands throught Web UI or throught API I can see that command was send to device. In API I have status code 200 and in GUI I can see popup message ("Command was sent to device").
If I want to see, that device make my command successfully I go to trackar-server.log and I can see device and platform communication. Throught communication I can resolve that command was succesfully done on device:
device < traccar server HEX: mycommand
device > traccar server HEX:device response
Exists another options to see if commands was successfuly done?
Thanks