UNPKG

@opcua/for-node-red

Version:

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

20 lines (19 loc) 713 B
// ----- this file has been automatically generated - do not edit /** * | | | * |-----------|------------------------------------------------------------| * | namespace |http://opcfoundation.org/UA/ | * | nodeClass |DataType | * | name |ServerState | * | isAbstract|false | */ export enum EnumServerState { Running = 0, Failed = 1, NoConfiguration = 2, Suspended = 3, Shutdown = 4, Test = 5, CommunicationFault = 6, Unknown = 7, }