Methods

  • Change the channel to the channel with the given Number in the ChannelList attribute.

    Returns MaybePromise

    MatterSpecification.v13.Cluster § 6.6.7.3

  • This command provides channel up and channel down functionality, but allows channel index jumps of size Count.

    When the value of the increase or decrease is larger than the number of channels remaining in the given direction, then the behavior shall be to return to the beginning (or end) of the channel list and continue. For example, if the current channel is at index 0 and count value of -1 is given, then the current channel should change to the last channel.

    Parameters

    Returns MaybePromise

    MatterSpecification.v13.Cluster § 6.6.7.4