From 7d2af2bbaf22f1dfbc069377387c7158630f727b Mon Sep 17 00:00:00 2001 From: Henrik Date: Tue, 11 Apr 2023 13:39:20 +0200 Subject: [PATCH] Create runnerFlowTemplate.json --- infoFiles/runnerFlowTemplate.json | 92 +++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 infoFiles/runnerFlowTemplate.json diff --git a/infoFiles/runnerFlowTemplate.json b/infoFiles/runnerFlowTemplate.json new file mode 100644 index 0000000..a6d386a --- /dev/null +++ b/infoFiles/runnerFlowTemplate.json @@ -0,0 +1,92 @@ +{ + "description" : "My first flow", + "created": "2023-04-05", + "repeat": true, + "sets": [ + { + "id": 1, + "commands": [ + { + "position": 1, + "command": "{Valid WLED API COMMAND}" + }, + { + "position": 2, + "command": "{Valid WLED API COMMAND}" + }, + { + "position": 3, + "command": "{Valid WLED API COMMAND}" + } + ] + },{ + "id": 1, + "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": 2, + "duration": 500 + }, + { + "step": 2, + "commandId": 1, + "duration": 300 + }, + { + "step": 3, + "commandId": 2, + "duration": 800 + }, + { + "step": 4, + "commandId": 4, + "duration": 1000 + }, + { + "step": 5, + "commandId": 2, + "duration": 500 + }, + { + "step": 6, + "commandId": 3, + "duration": 500 + } + ] +}