Input to the Channel skipChannel command

MatterSpecification.v13.Cluster § 6.6.7.4

interface SkipChannelRequest {
    count: number;
}

Hierarchy (view full)

Properties

Properties

count: number = ...

This field shall indicate the number of steps to increase (Count is positive) or decrease (Count is negative) the current channel.

MatterSpecification.v13.Cluster § 6.6.7.4.1