write iot values()
This function writes values of list c given by IDs of list b to an IoT server.
Parameters
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. |