From 339b53c6b8d1b34032c50ac8440993a681ee304a Mon Sep 17 00:00:00 2001 From: Henrik Date: Tue, 11 Apr 2023 19:37:43 +0200 Subject: [PATCH] Update runnerFlowTemplate.json --- infoFiles/runnerFlowTemplate.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/infoFiles/runnerFlowTemplate.json b/infoFiles/runnerFlowTemplate.json index ba5af5d..90aeed3 100644 --- a/infoFiles/runnerFlowTemplate.json +++ b/infoFiles/runnerFlowTemplate.json @@ -4,7 +4,7 @@ "repeat": true, "sets": [ { - "id": 1, + "id": "numeroUno", "commands": [ { "position": 1, @@ -20,7 +20,7 @@ } ] },{ - "id": 1, + "id": "SecondToNone", "commands": [ { "position": 1, @@ -36,7 +36,7 @@ } ] },{ - "id": 4, + "id": "4", "commands": [ { "position": 1, @@ -44,7 +44,7 @@ } ] },{ - "id": 2, + "id": "2", "commands": [ { "position": 1, @@ -60,32 +60,32 @@ "steps":[ { "step": 1, - "commandId": 2, + "commandId": "SecondToNone", "duration": 500 }, { "step": 2, - "commandId": 1, + "commandId": "numeroUno", "duration": 300 }, { "step": 3, - "commandId": 2, + "commandId": "SecondToNone", "duration": 800 }, { "step": 4, - "commandId": 4, + "commandId": "4", "duration": 1000 }, { "step": 5, - "commandId": 2, + "commandId": "2", "duration": 500 }, { "step": 6, - "commandId": 3, + "commandId": "SecondToNone", "duration": 500 } ]