UNPKG

@opcua/for-node-red

Version:

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

13 lines (12 loc) 578 B
/** * | | | * |-----------|------------------------------------------------------------| * | namespace |http://opcfoundation.org/UA/ | * | nodeClass |DataType | * | name |PubSubDiagnosticsCounterClassification | * | isAbstract|false | */ export declare enum EnumPubSubDiagnosticsCounterClassification { Information = 0, Error = 1 }