Skip to content

Commit 67de7b4

Browse files
committed
Merge branch 'doc/all_device_types_app' into 'main'
Update readme of all-device-types-app See merge request app-frameworks/esp-matter!708
2 parents d439ebd + 31fb1c4 commit 67de7b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/all_device_types_app/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ MATTER data model implements. It has been tested with multiple ecosystem Apple,
55

66
See the [docs](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html) for more information about building and flashing the firmware.
77

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).
10+
811
## 1. Additional Environment Setup
912

1013
No additional setup is required.

0 commit comments

Comments
 (0)