How do I retrieve the list of Commands sent to a device?

Leo3 years ago

Hi there,

How can I retrieve the list of Commands (or Saved Commands) sent to a given device? Or Commands sent to any device? Is there a way?
Can I get it directly from the UI? Or maybe from the logs or the database?

Basically I need to Know if the Traccar UI I was used to send a "Engine Stop" or "Reboot Device" (or some other) command to a device...

Thanks!

vmedrano3 years ago

everything's is in the database. Join tables like devices tc_user_notification and some other to do that.

Anton Tananaev3 years ago

You should be able to find sent commands in the log file.