Replies: 1 comment
|
There no such thing in ground-station. I would like to hear more about what are interested in doing. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I want to clarify whether there are already existing mechanisms in the codebase for external automation or event handling during the observation lifecycle (especially in combination with Automatic Observation Generation).
Specifically:
Is there currently any supported way to trigger external actions (e.g. MQTT messages, HTTP callbacks, scripts, or internal event hooks) at these points?
Context / Use Case:
This would allow integration with external systems such as:
For this I need a reliable way to detect observation start/stop events, preferably without polling the database.
If such a mechanism already exists (even undocumented), pointers would be appreciated.
All reactions