Input to the ContentControl removeBlockContentTimeWindow command

MatterSpecification.v13.Cluster § 6.13.8.17

interface RemoveBlockContentTimeWindowRequest {
    timeWindowIndexes: number[];
}

Hierarchy (view full)

Properties

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