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.

b

Name of list with IDs to be read.

c

Name of list for result values.

d

(optional) true to clear list c before adding values. Default: false.