Source: factory.service/package.gekkoridge/ObjServiceLife360.py
Life360 supplemental location service.
| Method | Signature | Description |
|---|---|---|
| get_circles | get_circles() -> list[dict] |
|
| get_members | get_members() -> list[dict] |
Return all members across all circles. |
| sync | sync() -> dict |
Fetch all member locations and write to DB. |
| process | process(context: dict) -> dict |
Workflow entry point. |
| run_workflow_direct | run_workflow_direct(guid: str, selector: str) -> str |