interface Base {
    identify(request: Identify.IdentifyRequest): MaybePromise;
    triggerEffect(request: Identify.TriggerEffectRequest): MaybePromise;
}

Methods

  • This command allows the support of feedback to the user, such as a certain light effect. It is used to allow an implementation to provide visual feedback to the user under certain circumstances such as a color light turning green when it has successfully connected to a network. The use of this command and the effects themselves are entirely up to the implementer to use whenever a visual feedback is useful but it is not the same as and does not replace the identify mechanism used during commissioning.

    Parameters

    Returns MaybePromise

    MatterSpecification.v13.Cluster § 1.2.6.2