blob: 418c82cab3ad464a3e30f874e7ad7d20ded8b102 [file] [log] [blame]
#include PLATFORM_HEADER
/** @brief Start Identifying
*
* This function is called when the device should start identifying. The
* device should continue to identify until
* ::emberZclIdentifyServerStopIdentifyingCallback is called.
*/
void emberZclIdentifyServerStartIdentifyingCallback(EmberZclEndpointId_t endpointId,
uint16_t identifyTimeS)
{
}
/** @brief Stop Identifying
*
* This function is called when the device should stop identifying.
*/
void emberZclIdentifyServerStopIdentifyingCallback(EmberZclEndpointId_t endpointId)
{
}