Difference between revisions of "Template:AutomationPrimitiveCommand"

From iPi Docs
Jump to: navigation, search
(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": "{{{0}}}"
+
     "command": "{{{1}}}"
 
}
 
}
  

Revision as of 06:55, 26 February 2020

Parameter NameTypeMandatory /
Optional
Allowed ValuesDescription
Arguments
No arguments
Result
Empty result

EXAMPLE

// Request
{
    "command": "{{{1}}}"
}
 
// Response
{
    "success": true
}