UNPKG

@opcua/for-node-red

Version:

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

18 lines (16 loc) 881 B
import type { UAMethod, UAObject } from "node-opcua-address-space-base"; // ----- this file has been automatically generated - do not edit /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |ExtensionFieldsType i=15489 | * |isAbstract |false | */ export interface UAExtensionFields_Base { // PlaceHolder for $ExtensionFieldName$ addExtensionField: UAMethod; removeExtensionField: UAMethod; } export interface UAExtensionFields extends UAObject, UAExtensionFields_Base {}