NtpServerComponent: {
    attributes: {
        ntpServerAvailable: Attribute<boolean, any>;
    };
}

A TimeSynchronizationCluster supports these elements if it supports feature NtpServer.

Type declaration

  • Readonlyattributes: {
        ntpServerAvailable: Attribute<boolean, any>;
    }
    • ReadonlyntpServerAvailable: Attribute<boolean, any>

      If the node is running an RFC 5905 NTPv4 compliant server on port 123, this value shall be True. If the node is not currently running an NTP server, this value shall be False.

      MatterSpecification.v13.Core § 11.17.8.10