interface AttributePath {
    attributeId: AttributeId;
    clusterId: ClusterId;
    endpointId: EndpointNumber;
    nodeId?: NodeId;
}

Properties

attributeId: AttributeId
clusterId: ClusterId
endpointId: EndpointNumber
nodeId?: NodeId