System.Tag.readValue¶
Description¶
Read tag value(s).
Grammar¶
System.Tag.readValue(path: string): Promise
System.Tag.readValue(path: Array
- Parameter
path - Tag path(s)
- Return
Single tag value or multiple tag values and paths
Code Example¶
Get the value of the tag "Device:Temperature".
Get the path and the value of the tags "Device:Temperature" and "Device:Power" .