Shubham Patil
54a8903f32
Few documentation fixes
...
- Added some docs for attribute and identify callback
- mfg_tool: Add the sourcing of esp-idf's export.sh script
- Added the link for getting the repository in top level README.md
- Table for Matter specification version and release branches
- FAQ for stuck at "Solving dependencies requirements"
- Change the link and doc in rainmaker example
2023-10-05 12:47:35 +05:30
WanqQixiang
cd7457684f
Submodule: update submodule to 6382144be
2023-06-13 12:07:49 +08:00
Shubham Patil
d7215de6d2
identify: Make init API configurable and pass in identify effect in cb
...
Closes https://github.com/espressif/esp-matter/issues/238
2023-03-16 13:53:49 +05:30
WanqQixiang
b155794f7f
console: Add wifi connect command
2022-12-30 15:58:33 +08:00
Shubham Patil
f59586b99d
Remove calls and definitions of app_driver_attribute_update() from
...
light_swich example
2022-10-10 14:44:45 +05:30
WanqQixiang
47a93e6d10
console: refactor esp_matter_console
2022-09-27 10:36:42 +08:00
Shu Chen
ec70d32ecc
Merge branch 'group-binding' into 'main'
...
Example: Add group binding for the light-switch app
See merge request app-frameworks/esp-matter!188
2022-09-27 10:21:00 +08:00
Shubham Patil
4d55e2f8d9
Remove app_qrcode component and do not print it in examples.
...
Added the default QR code to the docs and pointer to generate the new
factory partition and qr code.
2022-09-20 14:45:34 +05:30
WanqQixiang
ad94862cc4
client: add command_handle to store the command information in client command send
...
Example: Add group binding for light-switch example
2022-09-15 20:11:02 +08:00
WanqQixiang
a26d07bd60
move dnssd-server-start and route-hook-init to device_callback_internal
2022-09-13 15:13:24 +08:00
Shubham Patil
64a44ba04d
Handle the commissioning events in examples
2022-08-30 19:21:22 +05:30
liyashuai
7decda072b
ota: make OTA clusters optional.
2022-08-30 15:33:57 +08:00
Hrishikesh Dhayagude
0e1a62d4ee
Minor changes to the documentation
2022-08-25 14:23:31 +05:30
Chirag Atal
70ffba8cc6
app_driver: Using app_driver_handle_t instead of void pointer.
2022-08-04 13:55:48 +05:30
Chirag Atal
4b47bf9819
identification: Renaming esp_matter::identify to identification
...
This is to reduce confusions with esp_matter::cluster::identify.
2022-08-03 19:48:21 +05:30
Chirag Atal
2cc98e1de2
led_driver: Add support for handle
...
app_main: Passing this handle to the endpoint as priv_data and using the handle in the driver on attribute_update.
2022-08-03 11:58:13 +05:30
Chirag Atal
d719c97b88
endpoint: Added support for priv_data
...
This priv_data is returned to the application in the attribute_update and the identify callbacks.
2022-08-02 16:01:38 +05:30
Shubham Patil
bc45bb3a66
Do not deinit BLE on Commissioning Complete and minor doc change
2022-06-09 18:56:50 +05:30
Chirag Atal
2e91ab095f
docs: Minor docs changes
...
readme: Replacing the example rst files in the docs with the readme files in the example directories.
2022-05-28 07:43:20 +08:00
Chirag Atal
3cadeddde8
app_ble: Add support to disable BLE
...
examples: Disabled BLE once commissioning is complete.
2022-05-28 07:43:10 +08:00
Chirag Atal
58ede577ef
esp-matter: Minor miscellaneous fixes
...
examples: Changes to events and comments.
switch: Rename to light_switch.
docs: Minor changes.
2022-05-28 07:42:00 +08:00