Basic#

Callbacks for Basic Component.

Callbacks#

void

Reset to factory defaults.

Callbacks Documentation#

emberAfPluginBasicResetToFactoryDefaultsCallback#

void emberAfPluginBasicResetToFactoryDefaultsCallback (uint8_t endpoint)

Reset to factory defaults.

Parameters
N/Aendpoint

Ver.: always

This function is called by the Basic server plugin when a request to reset to factory defaults is received. The plugin resets attributes managed by the framework to their default values. The application should perform any other necessary reset-related operations in this callback, including resetting any externally-stored attributes.


Definition at line 69 of file app/framework/plugin/basic/basic.h