Source: factory.service/package.gekkoridge/ObjServiceNotification.py
Zorin Connect notification processor.
| Method | Signature | Description |
|---|---|---|
| classify | classify(device: str, app: str, message: str) -> dict |
Classify a single notification entry. |
| process_log | process_log() -> dict |
Read new lines from notification log and insert. |
| process | process(context: dict) -> dict |
Workflow entry point. |
| run_workflow_direct | run_workflow_direct(guid: str, selector: str) -> str |