@opcua/for-node-red
Version:
The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team
16 lines (15 loc) • 609 B
TypeScript
/**
* | | |
* |-----------|------------------------------------------------------------|
* | namespace |http://opcfoundation.org/UA/ |
* | nodeClass |DataType |
* | name |PubSubState |
* | isAbstract|false |
*/
export declare enum EnumPubSubState {
Disabled = 0,
Paused = 1,
Operational = 2,
Error = 3,
PreOperational = 4
}