This structure provides constant values related to overall global capabilities of this Node, that are not cluster-specific.

MatterSpecification.v13.Core § 11.1.4.4

interface CapabilityMinima {
    caseSessionsPerFabric: number;
    subscriptionsPerFabric: number;
}

Hierarchy (view full)

Properties

caseSessionsPerFabric: number

This field shall indicate the actual minimum number of concurrent CASE sessions that are supported per fabric.

This value shall NOT be smaller than the required minimum indicated in Section 4.14.2.8, “Minimal Number of CASE Sessions”.

MatterSpecification.v13.Core § 11.1.4.4.1

subscriptionsPerFabric: number

This field shall indicate the actual minimum number of concurrent subscriptions supported per fabric.

This value shall NOT be smaller than the required minimum indicated in Section 8.5.1, “Subscribe Transaction”.

MatterSpecification.v13.Core § 11.1.4.4.2