@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) • 621 B
TypeScript
/**
* | | |
* |-----------|------------------------------------------------------------|
* | namespace |http://opcfoundation.org/UA/ |
* | nodeClass |DataType |
* | name |RedundancySupport |
* | isAbstract|false |
*/
export declare enum EnumRedundancySupport {
None = 0,
Cold = 1,
Warm = 2,
Hot = 3,
Transparent = 4,
HotAndMirrored = 5
}