HelpWizard Pages ReferenceManual6 C/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
[[Datei:arrowleft.png|link=HelpWizard Pages ReferenceManual5 C/en| |
[[Datei:arrowleft.png|link=HelpWizard Pages ReferenceManual5 C/en|previous]] |
||
[[Datei:arrowup.png|link=HelpWizard Pages ReferenceManual6/en| |
[[Datei:arrowup.png|link=HelpWizard Pages ReferenceManual6/en|up]] |
||
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual7 C/en| |
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual7 C/en|next]] |
||
== Reference Manual C API (Call Action) == |
== Reference Manual C API (Call Action) == |
||
* jsonObject '''call'''(char* ''actionNameOrID'', jsonObject ...)<br>tells expecco to execute another action, as specified by its name or UUID string. There is (currently) one restriction: the action may not directly or indirectly lead to an action to be executed on the same Bridge (i.e. a C action cannot call another C action this way).<br>The ID-string can be an explicit versionID or a generic functionalID (the later is recommended).<br>Returns the first value of the first output pin of the called action. |
* jsonObject '''call'''(char* ''actionNameOrID'', jsonObject ...)<br>tells expecco to execute another action, as specified by its name or UUID string. There is (currently) one restriction: the action may not directly or indirectly lead to an action to be executed on the same Bridge (i.e. a C action cannot call another C action this way).<br>The ID-string can be an explicit versionID or a generic functionalID (the later is recommended).<br>Returns the first value of the first output pin of the called action. |
Aktuelle Version vom 10. März 2021, 20:01 Uhr
Reference Manual C API (Call Action)[Bearbeiten]
- jsonObject call(char* actionNameOrID, jsonObject ...)
tells expecco to execute another action, as specified by its name or UUID string. There is (currently) one restriction: the action may not directly or indirectly lead to an action to be executed on the same Bridge (i.e. a C action cannot call another C action this way).
The ID-string can be an explicit versionID or a generic functionalID (the later is recommended).
Returns the first value of the first output pin of the called action.