interface ChannelListOrLineupInfo {
    changeChannel(request: Channel.ChangeChannelRequest): MaybePromise<Channel.ChangeChannelResponse>;
}

Methods

  • Change the channel to the channel case-insensitive exact matching the value passed as an argument.

    The match priority order shall be: Identifier, AffiliateCallSign, CallSign, Name, Number. In the match string, the Channel number should be presented in the "Major.Minor" format, such as "13.1".

    Upon receipt, this shall generate a ChangeChannelResponse command.

    Upon success, the CurrentChannel attribute, if supported, shall be updated to reflect the change.

    Parameters

    Returns MaybePromise<Channel.ChangeChannelResponse>

    MatterSpecification.v13.Cluster § 6.6.7.1