mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
esp_matter: Add data model provider for esp_matter data model and remove upstream ember codes from esp_matter component
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
#include <esp_matter.h>
|
||||
#include <app_priv.h>
|
||||
#include <common_macros.h>
|
||||
|
||||
#include <device.h>
|
||||
#include <led_driver.h>
|
||||
|
||||
@@ -262,6 +262,7 @@ extern "C" void app_main()
|
||||
esp_matter::console::diagnostics_register_commands();
|
||||
esp_matter::console::wifi_register_commands();
|
||||
esp_matter::console::factoryreset_register_commands();
|
||||
esp_matter::console::attribute_register_commands();
|
||||
#if CONFIG_OPENTHREAD_CLI
|
||||
esp_matter::console::otcli_register_commands();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user