You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added overrideTagUnit method to DataPoint class to allow for setting the unit of a data point
after it has been created (useful for value transformations)
Added flexible DataPointNumber class to support different number types (useful for value
transformations)
Added clone method to each DataPoint class to allow for deep copying of data points (useful for
creating derived tag data points from their parent data point)
Added DataType#NUMBER to support DataPointNumber class type
Added support for getting the string representation of a DataQuality enum value
Added support for getting a DataQuality enum value from an OPCUA quality value