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!
everything's is in the database. Join tables like devices tc_user_notification and some other to do that.
You should be able to find sent commands in the log file.
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!