@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) • 779 B
TypeScript
import type { UASubscribedDataSet, UASubscribedDataSet_Base } from "./ua_subscribed_data_set";
/**
* | | |
* |----------------|------------------------------------------------------------|
* |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 {
}