Scheduler added

This commit is contained in:
=
2025-09-10 11:57:06 -04:00
parent f09bb5ff62
commit b0f4d84e78
11 changed files with 328 additions and 28 deletions
+13
View File
@@ -0,0 +1,13 @@
[
{
"id": "monitor",
"type": "recurring",
"interval": 10,
"unit": "seconds",
"function": "monitorOTP",
"args": [
"https://172.17.22.240:3129"
],
"kwargs": {}
}
]