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) 909 B
import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "./ua_audit_update_method_event"; // ----- this file has been automatically generated - do not edit /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |CertificateUpdateRequestedAuditEventType i=32306 | * |isAbstract |true | */ export type UACertificateUpdateRequestedAuditEvent_Base = UAAuditUpdateMethodEvent_Base; export interface UACertificateUpdateRequestedAuditEvent extends UAAuditUpdateMethodEvent, UACertificateUpdateRequestedAuditEvent_Base {}