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) 875 B
import type { UAAuditConditionEvent, UAAuditConditionEvent_Base } from "./ua_audit_condition_event"; // ----- this file has been automatically generated - do not edit /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |AuditConditionSuppressionEventType i=17225 | * |isAbstract |false | */ export type UAAuditConditionSuppressionEvent_Base = UAAuditConditionEvent_Base; export interface UAAuditConditionSuppressionEvent extends UAAuditConditionEvent, UAAuditConditionSuppressionEvent_Base {}