interface Base {
    disable(): MaybePromise;
    enable(): MaybePromise;
}

Methods

Methods

  • The purpose of this command is to turn off the Content Control feature on a media device.

    On receipt of the Disable command, the media device shall set the Enabled attribute to FALSE.

    Returns MaybePromise

    MatterSpecification.v13.Cluster § 6.13.8.5

  • The purpose of this command is to turn on the Content Control feature on a media device.

    Upon receipt of the Enable command, the media device shall set the Enabled attribute to TRUE.

    Returns MaybePromise

    MatterSpecification.v13.Cluster § 6.13.8.4