TlvSetTrustedTimeSourceRequest: ObjectSchema<{
    fabricIndex: FieldType<FabricIndex>;
    trustedTimeSource: FieldType<null | TypeFromFields<{
        endpoint: FieldType<EndpointNumber>;
        nodeId: FieldType<NodeId>;
    }>>;
}> = ...

Input to the TimeSynchronization setTrustedTimeSource command

Type declaration

MatterSpecification.v13.Core § 11.17.9.2