Difference between revisions of "Template:AutomationPrimitiveCommand"
From iPi Docs
m (Vmaslov moved page Template:AutomationCommandNoArgsAndResult to Template:AutomationPrimitiveCommand) |
|||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | {{AutomationCommandParams}} | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
''EXAMPLE'' | ''EXAMPLE'' | ||
| − | {{#tag:syntaxhighlight | + | {{#tag:syntaxhighlight| |
// Request | // Request | ||
{ | { | ||
| Line 19: | Line 13: | ||
"success": true | "success": true | ||
} | } | ||
| − | }} | + | |lang=javascript}} |
Latest revision as of 07:28, 26 February 2020
| Parameter Name | Type | Mandatory / Optional | Allowed Values | Description |
|---|---|---|---|---|
| Arguments | ||||
| No arguments | ||||
| Result | ||||
| Empty result | ||||
EXAMPLE
// Request { "command": "{{{1}}}" } // Response { "success": true }