mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
16 lines
258 B
JSON
16 lines
258 B
JSON
{
|
|
"type": "schedule",
|
|
"Schedule": {
|
|
"schedule": [
|
|
{
|
|
"id": 0,
|
|
"active": true,
|
|
"flags": 1,
|
|
"time": "12:00",
|
|
"cmd": "system/fetch",
|
|
"value": "10",
|
|
"name": "test_scheduler"
|
|
}
|
|
]
|
|
}
|
|
} |