Source: factory.service/package.gekkoridge/ObjServiceTraccar.py
Traccar GPS tracking service.
Connects to a self-hosted Traccar server,
fetches device list and positions, stores
history in data_traccar_position.
| Method | Signature | Description |
|---|---|---|
| sync | sync() -> dict |
Fetch all device positions and write |
| list_devices | list_devices() -> list[dict] |
Return all devices with latest position. |
| get_server_info | get_server_info() -> dict |
Return Traccar server info. |
| process | process(context: dict) -> dict |
Workflow entry point. |
| run_workflow_direct | run_workflow_direct(guid: str, selector: str) -> str |
Show all tracked devices.
Fetch all positions and write to DB.
Show Traccar server info.