TlvSkipChannelRequest: ObjectSchema<{
    count: FieldType<number>;
}> = ...

Input to the Channel skipChannel command

Type declaration

  • count: FieldType<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

MatterSpecification.v13.Cluster § 6.6.7.4