Update runnerFlowTemplate.json
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"repeat": true,
|
"repeat": true,
|
||||||
"sets": [
|
"sets": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": "numeroUno",
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"position": 1,
|
"position": 1,
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},{
|
},{
|
||||||
"id": 1,
|
"id": "SecondToNone",
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"position": 1,
|
"position": 1,
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},{
|
},{
|
||||||
"id": 4,
|
"id": "4",
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"position": 1,
|
"position": 1,
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},{
|
},{
|
||||||
"id": 2,
|
"id": "2",
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"position": 1,
|
"position": 1,
|
||||||
@@ -60,32 +60,32 @@
|
|||||||
"steps":[
|
"steps":[
|
||||||
{
|
{
|
||||||
"step": 1,
|
"step": 1,
|
||||||
"commandId": 2,
|
"commandId": "SecondToNone",
|
||||||
"duration": 500
|
"duration": 500
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"step": 2,
|
"step": 2,
|
||||||
"commandId": 1,
|
"commandId": "numeroUno",
|
||||||
"duration": 300
|
"duration": 300
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"step": 3,
|
"step": 3,
|
||||||
"commandId": 2,
|
"commandId": "SecondToNone",
|
||||||
"duration": 800
|
"duration": 800
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"step": 4,
|
"step": 4,
|
||||||
"commandId": 4,
|
"commandId": "4",
|
||||||
"duration": 1000
|
"duration": 1000
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"step": 5,
|
"step": 5,
|
||||||
"commandId": 2,
|
"commandId": "2",
|
||||||
"duration": 500
|
"duration": 500
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"step": 6,
|
"step": 6,
|
||||||
"commandId": 3,
|
"commandId": "SecondToNone",
|
||||||
"duration": 500
|
"duration": 500
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user