@opcua/for-node-red
Version:
The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team
18 lines (17 loc) • 669 B
text/typescript
// ----- this file has been automatically generated - do not edit
/**
* | | |
* |-----------|------------------------------------------------------------|
* | namespace |http://opcfoundation.org/UA/ |
* | nodeClass |DataType |
* | name |RedundancySupport |
* | isAbstract|false |
*/
export enum EnumRedundancySupport {
None = 0,
Cold = 1,
Warm = 2,
Hot = 3,
Transparent = 4,
HotAndMirrored = 5,
}