diff --git a/source/nodes/OpcUa-Client2/shared/index.ts b/source/nodes/OpcUa-Client2/shared/index.ts index 937c94f..39d9d06 100644 --- a/source/nodes/OpcUa-Client2/shared/index.ts +++ b/source/nodes/OpcUa-Client2/shared/index.ts @@ -1,5 +1,4 @@ -import { AttributeIds } from "node-opcua"; -import { Node, NodeDef, NodeAPI } from "node-red"; +import { Node, NodeDef } from "node-red"; export type PossibleActions = | "read" diff --git a/source/nodes/OpcUa-Endpoint2/OpcUa-Endpoint2.html/editor.html b/source/nodes/OpcUa-Endpoint2/OpcUa-Endpoint2.html/editor.html index 2ab065f..19db4a0 100644 --- a/source/nodes/OpcUa-Endpoint2/OpcUa-Endpoint2.html/editor.html +++ b/source/nodes/OpcUa-Endpoint2/OpcUa-Endpoint2.html/editor.html @@ -1,99 +1,145 @@ + +