We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec5765 commit 2470c80Copy full SHA for 2470c80
1 file changed
packages/binding-opcua/src/opcua-protocol-client.ts
@@ -63,7 +63,8 @@ export type NodeIdLike2 = NodeIdLike & {
63
};
64
65
export interface FormPartialNodeDescription {
66
- "opcua:nodeId"?: NodeIdLike | NodeByBrowsePath; // TODO remove in future, kept for backwards compatibility only
+ /** @deprecated use href instead */
67
+ "opcua:nodeId"?: NodeIdLike | NodeByBrowsePath;
68
}
69
70
export interface OPCUAForm extends Form, FormPartialNodeDescription {}
0 commit comments