Files
PixelArtConverter/infoFiles/runnerFlowTemplate.json
2023-04-11 19:37:43 +02:00

93 lines
2.2 KiB
JSON

{
"description" : "My first flow",
"created": "2023-04-05 14:42",
"repeat": true,
"sets": [
{
"id": "numeroUno",
"commands": [
{
"position": 1,
"command": "{Valid WLED API COMMAND}"
},
{
"position": 2,
"command": "{Valid WLED API COMMAND}"
},
{
"position": 3,
"command": "{Valid WLED API COMMAND}"
}
]
},{
"id": "SecondToNone",
"commands": [
{
"position": 1,
"command": "{Valid WLED API COMMAND}"
},
{
"position": 2,
"command": "{Valid WLED API COMMAND}"
},
{
"position": 3,
"command": "{Valid WLED API COMMAND}"
}
]
},{
"id": "4",
"commands": [
{
"position": 1,
"command": "{Valid WLED API COMMAND}"
}
]
},{
"id": "2",
"commands": [
{
"position": 1,
"command": "{Valid WLED API COMMAND}"
},
{
"position": 2,
"command": "{Valid WLED API COMMAND}"
}
]
}
],
"steps":[
{
"step": 1,
"commandId": "SecondToNone",
"duration": 500
},
{
"step": 2,
"commandId": "numeroUno",
"duration": 300
},
{
"step": 3,
"commandId": "SecondToNone",
"duration": 800
},
{
"step": 4,
"commandId": "4",
"duration": 1000
},
{
"step": 5,
"commandId": "2",
"duration": 500
},
{
"step": 6,
"commandId": "SecondToNone",
"duration": 500
}
]
}