Input to the TimeSynchronization setDefaultNtp command

MatterSpecification.v13.Core § 11.17.9.6

interface SetDefaultNtpRequest {
    defaultNtp: null | string;
}

Hierarchy (view full)

Properties

Properties

defaultNtp: 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