Difference between revisions of "Template:AutomationPrimitiveCommand"

From iPi Docs
Jump to: navigation, search
m
m
Line 9: Line 9:
 
''EXAMPLE''
 
''EXAMPLE''
  
{{#tag:syntaxhighlight|code=
+
{{#tag:syntaxhighlight|
 
// Request
 
// Request
 
{
 
{

Revision as of 07:07, 26 February 2020

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

EXAMPLE

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