TlvRemoveBlockContentTimeWindowRequest: ObjectSchema<{
    timeWindowIndexes: FieldType<number[]>;
}> = ...

Input to the ContentControl removeBlockContentTimeWindow command

Type declaration

  • timeWindowIndexes: FieldType<number[]>

    This field shall specify a set of time window indexes indicating which time windows will be removed from the BlockContentTimeWindow attribute.

    MatterSpecification.v13.Cluster § 6.13.8.17.1

MatterSpecification.v13.Cluster § 6.13.8.17