read iot values(alias a, id list name b, value result list c, clear list d)


Reads values given by IDs in list b from an IoT server a and stores the results into list c .

Parameter Description


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.