MatterSpecification.v13.Core § 11.17.6.5

interface FabricScopedTrustedTimeSource {
    endpoint: EndpointNumber;
    nodeId: NodeId;
}

Hierarchy (view full)

Properties

Properties

endpoint: EndpointNumber

Endpoint on the trusted time source node that contains the Time Synchronization cluster server. This is provided to avoid having to do discovery of the location of that endpoint by walking over all endpoints and checking their Descriptor Cluster.

MatterSpecification.v13.Core § 11.17.6.5.2

nodeId: NodeId

Node ID of the trusted time source node on the Fabric of the issuer.

MatterSpecification.v13.Core § 11.17.6.5.1