MatterSpecification.v13.Core § 11.17.6.4

interface TrustedTimeSource {
    endpoint: EndpointNumber;
    fabricIndex: FabricIndex;
    nodeId: NodeId;
}

Hierarchy (view full)

Properties

endpoint: EndpointNumber = ...

Endpoint on the trusted time source node that contains the Time Synchronization cluster server.

MatterSpecification.v13.Core § 11.17.6.4.3

fabricIndex: FabricIndex = ...

The Fabric Index associated with the Fabric of the client which last set the value of the trusted time source node.

MatterSpecification.v13.Core § 11.17.6.4.1

nodeId: NodeId = ...

Node ID of the trusted time source node on the Fabric associated with the entry.

MatterSpecification.v13.Core § 11.17.6.4.2