Skip to content

Commit 2470c80

Browse files
docs: mark "opcua:nodeId" as deprecated
1 parent bec5765 commit 2470c80

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/binding-opcua/src/opcua-protocol-client.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ export type NodeIdLike2 = NodeIdLike & {
6363
};
6464

6565
export interface FormPartialNodeDescription {
66-
"opcua:nodeId"?: NodeIdLike | NodeByBrowsePath; // TODO remove in future, kept for backwards compatibility only
66+
/** @deprecated use href instead */
67+
"opcua:nodeId"?: NodeIdLike | NodeByBrowsePath;
6768
}
6869

6970
export interface OPCUAForm extends Form, FormPartialNodeDescription {}

0 commit comments

Comments
 (0)