Difference between revisions of "Template:AutomationPrimitiveCommand"
From iPi Docs
(Created page with "<table class="wikitable" style="font-size: smaller; min-width: 50%"> <tr><th>Parameter Name</th><th>Type</th><th>Mandatory /<br>Optional</th><th>Allowed Values</th><th>Descrip...") |
m (Vmaslov moved page Template:AutomationCommandNoArgsAndResult to Template:AutomationPrimitiveCommand) |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | {{AutomationCommandParams}} | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
''EXAMPLE'' | ''EXAMPLE'' | ||
| − | + | {{#tag:syntaxhighlight| | |
// Request | // Request | ||
{ | { | ||
| − | "command": "{{{ | + | "command": "{{{1}}}" |
} | } | ||
| Line 18: | 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 }