store custom files for testing

This commit is contained in:
Proddy
2024-01-21 21:48:36 +01:00
parent 18d329f3ee
commit 27d0ba0526
5 changed files with 221 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"type": "schedule",
"Schedule": {
"schedule": [
{
"id": 0,
"active": true,
"flags": 1,
"time": "12:00",
"cmd": "system/fetch",
"value": "10",
"name": "test_scheduler"
}
]
}
}