@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) • 817 B
TypeScript
import type { UAAuditCertificateEvent, UAAuditCertificateEvent_Base } from "./ua_audit_certificate_event";
/**
* | | |
* |----------------|------------------------------------------------------------|
* |namespace |http://opcfoundation.org/UA/ |
* |nodeClass |ObjectType |
* |typedDefinition |AuditCertificateMismatchEventType i=2089 |
* |isAbstract |true |
*/
export type UAAuditCertificateMismatchEvent_Base = UAAuditCertificateEvent_Base;
export interface UAAuditCertificateMismatchEvent extends UAAuditCertificateEvent, UAAuditCertificateMismatchEvent_Base {
}