Source: factory.service/package.gekkoridge/ObjServiceOwnTracks.py
OwnTracks GPS location ingestion service.
| Method | Signature | Description |
|---|---|---|
| record | record(payload: dict, username: str = '', device_id: str = '') -> bool |
Ingest a single OwnTracks location payload. |
| get_latest | get_latest() -> list[dict] |
Return latest location per tracked person. |
| serve | serve() |
Run Flask HTTP receiver for OwnTracks POST. |
| process | process(context: dict) -> dict |
Workflow entry point. |
| run_workflow_direct | run_workflow_direct(guid: str, selector: str) -> str |