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...") |
|||
| Line 11: | Line 11: | ||
// Request | // Request | ||
{ | { | ||
| − | "command": "{{{ | + | "command": "{{{1}}}" |
} | } | ||
Revision as of 06:55, 26 February 2020
| Parameter Name | Type | Mandatory / Optional | Allowed Values | Description |
|---|---|---|---|---|
| Arguments | ||||
| No arguments | ||||
| Result | ||||
| Empty result | ||||
EXAMPLE
// Request { "command": "{{{1}}}" } // Response { "success": true }