@opcua/for-node-red
Version:
The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team
23 lines (22 loc) • 695 B
TypeScript
/**
* | | |
* |-----------|------------------------------------------------------------|
* | namespace |http://opcfoundation.org/UA/ |
* | nodeClass |DataType |
* | name |TsnTalkerStatus |
* | isAbstract|false |
*/
export declare enum EnumTsnTalkerStatus {
/**
* No Talker detected.
*/
None = 0,
/**
* Talker ready (configured).
*/
Ready = 1,
/**
* Talker failed.
*/
Failed = 2
}