UNPKG

@opcua/for-node-red

Version:

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

24 lines (23 loc) 731 B
// ----- this file has been automatically generated - do not edit /** * | | | * |-----------|------------------------------------------------------------| * | namespace |http://opcfoundation.org/UA/ | * | nodeClass |DataType | * | name |TsnTalkerStatus | * | isAbstract|false | */ export enum EnumTsnTalkerStatus { /** * No Talker detected. */ None = 0, /** * Talker ready (configured). */ Ready = 1, /** * Talker failed. */ Failed = 2, }