@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) • 563 B
TypeScript
import type { DTStructure } from "./dt_structure";
/**
* | | |
* |-----------|------------------------------------------------------------|
* | namespace |http://opcfoundation.org/UA/ |
* | nodeClass |DataType |
* | name |Vector |
* | isAbstract|true |
*/
export type DTVector = DTStructure;