@opcua/for-node-red
Version:
The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team
11 lines (10 loc) • 441 B
TypeScript
import { NodesetMeta, NodesetName } from "./nodeset_catalog";
export declare function constructNodesetFilename(filename: string): string;
export declare const nodesets: Record<NodesetName, string>;
export interface NodeSetMetaSummary {
packageName: string;
uri: string;
xmlFile: string;
}
export declare function makeNodeSetEntry(meta: NodesetMeta): NodeSetMetaSummary;
export declare const allNodesetMeta: NodeSetMetaSummary[];