interface Base {
    changeToMode(request: ModeSelect.ChangeToModeRequest): MaybePromise;
}

Methods

Methods

  • On receipt of this command, if the NewMode field indicates a valid mode transition within the supported list, the server shall set the CurrentMode attribute to the NewMode value, otherwise, the server shall respond with an INVALID_COMMAND status response.

    Parameters

    Returns MaybePromise

    MatterSpecification.v13.Cluster § 1.9.7.1