You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: examples/all_device_types_app/README.md
+3
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@ MATTER data model implements. It has been tested with multiple ecosystem Apple,
5
5
6
6
See the [docs](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html) for more information about building and flashing the firmware.
7
7
8
+
**This example only implements mandatory clusters, attributes, commands, events, etc from the spec.**
9
+
If you want to add any optional data model bits please add them in [create api](https://github.com/espressif/esp-matter/blob/main/examples/all_device_types_app/main/esp_matter_console_helpers.cpp#L146) under your desired device type case using [data model creation development guide](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html#developing-your-product).
0 commit comments