v0.7.35 - Implement event-driven monitoring system with dual triggers for events and subscriptions

This commit is contained in:
Your Name
2025-10-22 10:48:57 -04:00
parent 9179d57cc9
commit 182e12817d
5 changed files with 64 additions and 12 deletions

View File

@@ -61,6 +61,7 @@ int handle_sql_query_unified(cJSON* event, const char* query, char* error_messag
// Monitoring system functions
void monitoring_on_event_stored(void);
void monitoring_on_subscription_change(void);
int get_monitoring_throttle_seconds(void);
#endif // API_H