read iot values()
This function reads values given by IDs in list b from an IoT server a and stores the results into list c .
Parameters
Parameter |
Description |
a |
IoT server alias. Note: See section IOT (Input Agent). |
b |
Name of list with IDs to be read. Note: The list must use a comma as separator. Example of a single value in the list: ns=3;i=1001 |
c |
Name of list for result values. |
d |
(optional) true to clear list c before adding values. Default: false. |