UNPKG

@opcua/for-node-red

Version:

The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team

16 lines (15 loc) 642 B
/** * | | | * |-----------|------------------------------------------------------------| * | namespace |http://opcfoundation.org/UA/ | * | nodeClass |DataType | * | name |ExceptionDeviationFormat | * | isAbstract|false | */ export declare enum EnumExceptionDeviationFormat { AbsoluteValue = 0, PercentOfValue = 1, PercentOfRange = 2, PercentOfEURange = 3, Unknown = 4 }