Add TIMEOUT description to the commands.json

This commit is contained in:
Alex Roitman 2019-04-24 12:08:07 -07:00
parent e514a0287f
commit 7177a6468f
1 changed files with 30 additions and 0 deletions

View File

@ -359,6 +359,12 @@
"type": "integer", "type": "integer",
"optional": true "optional": true
}, },
{
"command": "TIMEOUT",
"name": "seconds",
"type": "double",
"optional": true
},
{ {
"command": "MATCH", "command": "MATCH",
"name": "pattern", "name": "pattern",
@ -450,6 +456,12 @@
"type": "integer", "type": "integer",
"optional": true "optional": true
}, },
{
"command": "TIMEOUT",
"name": "seconds",
"type": "double",
"optional": true
},
{ {
"command": "MATCH", "command": "MATCH",
"name": "pattern", "name": "pattern",
@ -559,6 +571,12 @@
"type": "integer", "type": "integer",
"optional": true "optional": true
}, },
{
"command": "TIMEOUT",
"name": "seconds",
"type": "double",
"optional": true
},
{ {
"command": "SPARSE", "command": "SPARSE",
"name": "spread", "name": "spread",
@ -725,6 +743,12 @@
"type": "integer", "type": "integer",
"optional": true "optional": true
}, },
{
"command": "TIMEOUT",
"name": "seconds",
"type": "double",
"optional": true
},
{ {
"command": "SPARSE", "command": "SPARSE",
"name": "spread", "name": "spread",
@ -946,6 +970,12 @@
"type": "integer", "type": "integer",
"optional": true "optional": true
}, },
{
"command": "TIMEOUT",
"name": "seconds",
"type": "double",
"optional": true
},
{ {
"command": "SPARSE", "command": "SPARSE",
"name": "spread", "name": "spread",