removed value from EX command

This commit is contained in:
Josh Baker 2016-10-03 13:39:47 -07:00
parent ff5412becf
commit dad63f9b1f
2 changed files with 4 additions and 4 deletions

View File

@ -20,8 +20,8 @@
},
{
"command": "EX",
"name": ["seconds", "value"],
"type": ["string", "double"],
"name": ["seconds"],
"type": ["double"],
"optional": true,
"multiple": false
},

View File

@ -182,8 +182,8 @@ var commandsJSON = `{
},
{
"command": "EX",
"name": ["seconds", "value"],
"type": ["string", "double"],
"name": ["seconds"],
"type": ["double"],
"optional": true,
"multiple": false
},