System.Tag.writeValue¶
Description¶
Write tag value(s).
Grammar¶
System.Tag.writeValue(path: string, newValue: any): Promise
System.Tag.writeValue(path: string[], newValue: Array
- Parameter
path - Tag path(s)
newValue - Tag new value(s)
- Return
Nothing
Code Example¶
Set 'Device:Start ' to true.
Set 'Device:Start ' to true and 'Device:MaxPower ' to 500.