@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) • 595 B
TypeScript
/**
* | | |
* |-----------|------------------------------------------------------------|
* | namespace |http://opcfoundation.org/UA/ |
* | nodeClass |DataType |
* | name |DiagnosticsLevel |
* | isAbstract|false |
*/
export declare enum EnumDiagnosticsLevel {
Basic = 0,
Advanced = 1,
Info = 2,
Log = 3,
Debug = 4
}