@opcua/for-node-red
Version:
The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team
17 lines (16 loc) • 692 B
text/typescript
// ----- this file has been automatically generated - do not edit
/**
* | | |
* |-----------|------------------------------------------------------------|
* | namespace |http://opcfoundation.org/UA/ |
* | nodeClass |DataType |
* | name |ExceptionDeviationFormat |
* | isAbstract|false |
*/
export enum EnumExceptionDeviationFormat {
AbsoluteValue = 0,
PercentOfValue = 1,
PercentOfRange = 2,
PercentOfEURange = 3,
Unknown = 4,
}