interface CommandPath {
    clusterId: ClusterId;
    commandId: CommandId;
    endpointId: EndpointNumber;
    nodeId?: NodeId;
}

Properties

clusterId: ClusterId
commandId: CommandId
endpointId: EndpointNumber
nodeId?: NodeId