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