I am trying to build a plant visibility feature and would like to use Traccar’s geofence functionality for this. Specifically, I want to detect when a device enters or exits a geofence so I can update the status in my own service accordingly.
Could you please let me know which database table stores the geofence-related events or reports? I need this information to trigger certain actions in my service based on device movements.
Thank you for your help!
All events are in the tc_events
.
I am trying to build a plant visibility feature and would like to use Traccar’s geofence functionality for this. Specifically, I want to detect when a device enters or exits a geofence so I can update the status in my own service accordingly.
Could you please let me know which database table stores the geofence-related events or reports? I need this information to trigger certain actions in my service based on device movements.
Thank you for your help!