TimeSyncComponent: {
    attributes: {
        autoCloseTime: Attribute<number | bigint | null, any>;
    };
}

A ValveConfigurationAndControlCluster supports these elements if it supports feature TimeSync.

Type declaration

  • Readonlyattributes: {
        autoCloseTime: Attribute<number | bigint | null, any>;
    }
    • ReadonlyautoCloseTime: Attribute<number | bigint | null, any>

      Indicates the UTC time when the valve will close, depending on value of the OpenDuration attribute.

      Null:

      • When OpenDuration is null, or

      • When the valve does not have a synchronized UTCTime in the Time Synchronization cluster, or

      • When the valve is closed.

      When the value of this attribute is earlier or equal to the current UTC time, the valve shall automatically transition to its closed position. The behavior of transitioning to the closed position, shall match the behavior described in the Close command.

      If this attribute is not null and the Time Synchronization cluster receives a SetUTCTime command, modifying the current UTC time of the device, the value of this attribute shall be adjusted to match the new UTC time plus the value of the RemainingDuration attribute.

      MatterSpecification.v13.Cluster § 4.6.7.3