@opcua/for-node-red
Version:
The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team
12 lines (11 loc) • 643 B
text/typescript
import type { DTStructure } from "./dt_structure";
// ----- this file has been automatically generated - do not edit
/**
* | | |
* |-----------|------------------------------------------------------------|
* | namespace |http://opcfoundation.org/UA/ |
* | nodeClass |DataType |
* | name |CartesianCoordinates |
* | isAbstract|true |
*/
export type DTCartesianCoordinates = DTStructure;