call iot function(alias a, parent id b, function id c, argument list d, result list e, clear list f)
Group |
Calls function c (in parent b ) on IoT server a using arguments in list d . Results are added to list e .
Parameter Description
Parameter |
Description |
a |
IoT server alias. |
b |
Parent node ID (or empty if the function ID has the syntax <parent_ID>/<method_ID>. |
c |
Function node ID. |
d |
Name of list with arguments for the function. |
e |
Name of list for result values. |
f |
(optional) true to clear list e before adding values. Default: false. |