UNPKG

@opcua/for-node-red

Version:

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

15 lines (14 loc) 645 B
// ----- this file has been automatically generated - do not edit /** * | | | * |-----------|------------------------------------------------------------| * | namespace |http://opcfoundation.org/UA/ | * | nodeClass |DataType | * | name |OverrideValueHandling | * | isAbstract|false | */ export enum EnumOverrideValueHandling { Disabled = 0, LastUsableValue = 1, OverrideValue = 2, }