HelpWizard Pages ReferenceManual6/en
Version vom 4. März 2021, 10:19 Uhr von Cg (Diskussion | Beiträge) (→Reference Manual (Call Action))
Reference Manual (Call Action)[Bearbeiten]
- call(actionNameOrID, ...)
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 Python action cannot call another Python action this way).
Returns the first value of the first output pin of the called action.