Identify#

Callbacks for Identify Component.

Callbacks#

void
emberAfPluginIdentifyStartFeedbackCallback(uint8_t endpoint, uint16_t identifyTime)

Start feedback.

void

Stop feedback.

Callbacks Documentation#

emberAfPluginIdentifyStartFeedbackCallback#

void emberAfPluginIdentifyStartFeedbackCallback (uint8_t endpoint, uint16_t identifyTime)

Start feedback.

Parameters
N/Aendpoint

The identifying endpoint Ver.: always

N/AidentifyTime

The identify time Ver.: always

This function is called by the Identify plugin when identification begins. It informs the Identify Feedback plugin that it should begin providing its implemented feedback functionality (e.g., LED blinking, buzzer sounding, etc.) until the Identify plugin tells it to stop. The identify time is purely a matter of informational convenience. This plugin does not need to know how long it will identify (the Identify plugin will perform the necessary timekeeping.)


Definition at line 68 of file app/framework/plugin/identify/identify.h

emberAfPluginIdentifyStopFeedbackCallback#

void emberAfPluginIdentifyStopFeedbackCallback (uint8_t endpoint)

Stop feedback.

Parameters
N/Aendpoint

The identifying endpoint Ver.: always

This function is called by the Identify plugin when identification is finished. It tells the Identify Feedback plugin to stop providing its implemented feedback functionality.


Definition at line 79 of file app/framework/plugin/identify/identify.h