From 7177a6468f6ae82b3bd6bad66352516dae26fccd Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Wed, 24 Apr 2019 12:08:07 -0700 Subject: [PATCH] Add TIMEOUT description to the commands.json --- core/commands.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/core/commands.json b/core/commands.json index 93adc1bb..bbc1409a 100644 --- a/core/commands.json +++ b/core/commands.json @@ -359,6 +359,12 @@ "type": "integer", "optional": true }, + { + "command": "TIMEOUT", + "name": "seconds", + "type": "double", + "optional": true + }, { "command": "MATCH", "name": "pattern", @@ -450,6 +456,12 @@ "type": "integer", "optional": true }, + { + "command": "TIMEOUT", + "name": "seconds", + "type": "double", + "optional": true + }, { "command": "MATCH", "name": "pattern", @@ -559,6 +571,12 @@ "type": "integer", "optional": true }, + { + "command": "TIMEOUT", + "name": "seconds", + "type": "double", + "optional": true + }, { "command": "SPARSE", "name": "spread", @@ -725,6 +743,12 @@ "type": "integer", "optional": true }, + { + "command": "TIMEOUT", + "name": "seconds", + "type": "double", + "optional": true + }, { "command": "SPARSE", "name": "spread", @@ -946,6 +970,12 @@ "type": "integer", "optional": true }, + { + "command": "TIMEOUT", + "name": "seconds", + "type": "double", + "optional": true + }, { "command": "SPARSE", "name": "spread",