interface EventPath {
    clusterId: ClusterId;
    endpointId: EndpointNumber;
    eventId: EventId;
    isUrgent?: boolean;
    nodeId?: NodeId;
}

Properties

clusterId: ClusterId
endpointId: EndpointNumber
eventId: EventId
isUrgent?: boolean
nodeId?: NodeId