TlvTrustedTimeSource: ObjectSchema<{
    endpoint: FieldType<EndpointNumber>;
    fabricIndex: FieldType<FabricIndex>;
    nodeId: FieldType<NodeId>;
}> = ...

Type declaration

  • endpoint: FieldType<EndpointNumber>

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

    MatterSpecification.v13.Core § 11.17.6.4.3

  • fabricIndex: FieldType<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: FieldType<NodeId>

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

    MatterSpecification.v13.Core § 11.17.6.4.2

MatterSpecification.v13.Core § 11.17.6.4