UNPKG

@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) 767 B
import type { UABaseEvent, UABaseEvent_Base } from "./ua_base_event"; // ----- this file has been automatically generated - do not edit /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |SystemEventType i=2130 | * |isAbstract |true | */ export type UASystemEvent_Base = UABaseEvent_Base; export interface UASystemEvent extends UABaseEvent, UASystemEvent_Base {}