TlvSetDefaultNtpRequest: ObjectSchema<{
    defaultNtp: FieldType<null | string>;
}> = ...

Input to the TimeSynchronization setDefaultNtp command

Type declaration

  • defaultNtp: FieldType<null | string>

    This field contains the address of an NTP server than can be used as a fallback for time synchronization. The format of this field shall follow the requirements in the DefaultNTP attribute description.

    MatterSpecification.v13.Core § 11.17.9.6.1

MatterSpecification.v13.Core § 11.17.9.6