// ----- this file has been automatically generated - do not edit import { UAObject, UAProperty } from "node-opcua-address-space-base" import { DataType } from "node-opcua-variant" import { LocalizedText } from "node-opcua-data-model" import { NodeId } from "node-opcua-nodeid" import { UInt16, UAString } from "node-opcua-basic-types" import { DTTimeZone } from "./dt_time_zone" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |BaseEventType i=2041 | * |isAbstract |true | */ export interface UABaseEvent_Base { eventId: UAProperty; eventType: UAProperty; sourceNode: UAProperty; sourceName: UAProperty; time: UAProperty; receiveTime: UAProperty; localTime?: UAProperty; message: UAProperty; severity: UAProperty; conditionClassId?: UAProperty; conditionClassName?: UAProperty; conditionSubClassId?: UAProperty; conditionSubClassName?: UAProperty; } export interface UABaseEvent extends UAObject, UABaseEvent_Base { }