call iot function()
This function calls function c (in parent b ) on IoT server a using arguments in list d . Results are added to list e .
Parameters
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. |