UNPKG

@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) 659 B
// ----- this file has been automatically generated - do not edit /** * | | | * |-----------|------------------------------------------------------------| * | namespace |http://opcfoundation.org/UA/ | * | nodeClass |DataType | * | name |PubSubState | * | isAbstract|false | */ export enum EnumPubSubState { Disabled = 0, Paused = 1, Operational = 2, Error = 3, PreOperational = 4, }