mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 09:49:54 +03:00
store custom files for testing
This commit is contained in:
16
test/standalone_file_export/emsesp_schedule.json
Normal file
16
test/standalone_file_export/emsesp_schedule.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user