Const
Readonly
attributes: { Readonly
trustedA Node ID, endpoint, and associated fabric index of a Node that may be used as trusted time source. See Time source prioritization. This attribute reflects the last value set by an administrator using the SetTrustedTimeSource command. If the value is null, no trusted time source has yet been set.
Readonly
commands: { Readonly
setThis command shall set the TrustedTimeSource attribute. Upon receipt of this command, * If the TrustedTimeSource field in the command is null, the node shall set the TrustedTimeSource attribute to null and shall generate a MissingTrustedTimeSource event. * Otherwise, the node shall set the TrustedTimeSource attribute to a struct which has NodeID and Endpoint fields matching those in the TrustedTimeSource field and has its FabricIndex field set to the command’s accessing fabric index.
Readonly
events: { Readonly
missingThis event shall be generated if the TrustedTimeSource is set to null upon fabric removal or by a SetTrustedTimeSource command.
This event shall also be generated if the node has not generated a MissingTrustedTimeSource event in the last hour, and the node fails to update its time from the TrustedTimeSource because the TrustedTimeSource is null or the specified peer cannot be reached. MissingTrustedTimeSource events corresponding to a time update SHOULD NOT be generated more often than once per hour.
A TimeSynchronizationCluster supports these elements if it supports feature TimeSyncClient.