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",