write iot values(alias a, id list name b, value list c, read after write d)
Group |
Writes values of list c given by IDs of list b to an IoT server.
Parameter Description
Parameter |
Description |
a |
IoT server alias. |
b |
Name of list with IDs to be written. Note: The list must use a comma as separator. Example of a single value in the list: ns=5;s=Int16DataItem |
c |
Name of list for values to be written. Note: The list must use a comma as separator. Example of a single value in the list: 77 |
d |
(optional) true if values should be reread into list c after writing. Default: false. |