@opcua/for-node-red
Version:
The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team
13 lines (12 loc) • 844 B
text/typescript
import type { UASubscribedDataSet, UASubscribedDataSet_Base } from "./ua_subscribed_data_set";
// ----- this file has been automatically generated - do not edit
/**
* | | |
* |----------------|------------------------------------------------------------|
* |namespace |http://opcfoundation.org/UA/ |
* |nodeClass |ObjectType |
* |typedDefinition |SubscribedDataSetMirrorType i=15127 |
* |isAbstract |false |
*/
export type UASubscribedDataSetMirror_Base = UASubscribedDataSet_Base;
export interface UASubscribedDataSetMirror extends UASubscribedDataSet, UASubscribedDataSetMirror_Base {}