Commit Graph

343 Commits

Author SHA1 Message Date
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
Shu Chen b5802a5070 Merge branch 'feature/device-type-revison' into 'main'
esp-matter: add device type version for all the supported device types

See merge request app-frameworks/esp-matter!197
2022-09-27 10:18:51 +08:00
WanqQixiang d34c6f8dc2 esp-matter: add device type version for all the supported device types 2022-09-26 13:20:54 +08:00
Shu Chen 83fec9a438 Merge branch 'temporarily-remove-ota-esp32h2' into 'main'
Example: Temporarily disable ota for esp32h2

See merge request app-frameworks/esp-matter!195
2022-09-21 16:41:57 +08:00
Shu Chen 56ac216f2a Merge branch 'bugfix/privilege-test-event-trigger' into 'main'
Bugfix: Add privilege for TestEventTrigger command on GeneralDiagnostics cluster

See merge request app-frameworks/esp-matter!194
2022-09-21 15:53:29 +08:00
WanqQixiang 3b6ead1f32 example: temporarily disable ota for esp32h2 2022-09-21 15:28:22 +08:00
Hrishikesh Dhayagude dacc37a061 Merge branch 'qrcode_removal' into 'main'
Remove app_qrcode component and do not print it in examples.

See merge request app-frameworks/esp-matter!193
2022-09-20 20:56:48 +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 581fc77784 Bugfix: Add privilege for TestEventTrigger command on GeneralDiagnostics cluster 2022-09-19 19:28:06 +08:00
Hrishikesh Dhayagude 960517dc14 Merge branch 'generic-switch' into 'main'
Add generic switch device type

See merge request app-frameworks/esp-matter!189
2022-09-16 22:00:16 +08:00
Shubham Patil 5cfb20af8a Log with level debug when loading/storing attribute from nvs 2022-09-16 12:51:13 +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
Shu Chen 412f6ebd4f Merge branch 'feature/aggregator_device' into 'main'
esp_matter: Add aggregator device type for bridge apps

See merge request app-frameworks/esp-matter!187
2022-09-15 19:49:46 +08:00
PSONALl 465508fb1d Add generic switch device type 2022-09-15 14:11:17 +05:30
Hrishikesh Dhayagude 1789926fde Merge branch 'move_ota_requestor_start' into 'main'
OTA: Call esp_matter_ota_requestor_start after connected to a network

See merge request app-frameworks/esp-matter!186
2022-09-13 18:37:04 +08:00
Hrishikesh Dhayagude b9583162c3 Merge branch 'support_for_int32_and_int64' into 'main'
Support for int32 and int64 data types

See merge request app-frameworks/esp-matter!185
2022-09-13 18:26:40 +08:00
WanqQixiang a26d07bd60 move dnssd-server-start and route-hook-init to device_callback_internal 2022-09-13 15:13:24 +08:00
Rohit Jadhav 08f2f5de38 Support for int32 and int64 data types 2022-09-12 18:15:00 +05:30
Shu Chen 01b0511d9e Merge branch 'bugfix/nullable_attribute' into 'main'
Bugfix: Fix the nullable attribute setting in client commands sending

See merge request app-frameworks/esp-matter!190
2022-09-09 19:24:37 +08:00
WanqQixiang c670e3e738 Bugfix: Fix the nullable attribute setting in client commands sending 2022-09-09 17:44:38 +08:00
WanqQixiang af5ac793d1 esp_matter_bridge: Add aggregator device type and add parent_endpoint_id for bridged_endpoint
example: Add aggregator endpoint for bridge examples
2022-09-09 14:11:53 +08:00
Hrishikesh Dhayagude 35634db9d8 Merge branch 'window-covering' into 'main'
Add support of window covering device type

See merge request app-frameworks/esp-matter!178
2022-09-09 12:40:20 +08:00
PSONALl 05d689c7a7 Add support of window covering device type 2022-09-06 12:01:49 +05:30
WanqQixiang 5e9596709f OTA: Call esp_matter_ota_requestor_start after connected to a network 2022-09-06 14:17:56 +08:00
Hrishikesh Dhayagude 1961904555 Merge branch 'multi_device_type_support' into 'main'
esp_matter: Support multiple device types for the endpoints

See merge request app-frameworks/esp-matter!182
2022-09-02 22:53:30 +08:00
WanqQixiang 8553a3cd3c zap: Update zap file and zap-generated files for the zap_light app
submodule: Update connectedhomeip submodule to 26bfa093f1
2022-09-02 20:29:21 +08:00
WanqQixiang 2495f3cd75 esp_matter: Add menuconfig options for nvs part name and max device type count 2022-09-02 20:29:21 +08:00
WanqQixiang 18c5d4a596 esp_matter: Support multiple device types for the endpoint 2022-09-02 20:29:21 +08:00
Hrishikesh Dhayagude 185f00b99e Merge branch 'commissioning_events' into 'main'
Expose AppDelegate callbacks APIs as events to application

See merge request app-frameworks/esp-matter!183
2022-09-02 12:42:29 +08:00
Hrishikesh Dhayagude 32ae38aa95 Merge branch 'feature/add-user-label-cluster' into 'main'
user-label: add-user-label-cluster

See merge request app-frameworks/esp-matter!177
2022-09-01 22:29:40 +08:00
liyashuai 438ceb36b9 user-label: add-user-label-cluster 2022-09-01 19:53:48 +08:00
Hrishikesh Dhayagude 3c73b4f310 Merge branch 'bugfix/data_model_fixes_2' into 'main'
esp_matter: Data model fixes according to spec

See merge request app-frameworks/esp-matter!173
2022-09-01 15:54:26 +08:00
Chirag Atal 7ab1b365e6 esp_matter: Data model fixes according to spec 2022-09-01 10:26:57 +05:30
Shubham Patil 64a44ba04d Handle the commissioning events in examples 2022-08-30 19:21:22 +05:30
Shubham Patil eaee6b05fc Expose AppDelegate callback APIs as events 2022-08-30 19:21:22 +05:30
Shu Chen 7b55047099 Merge branch 'feature/add-OTA-optional-feature' into 'main'
ota: make OTA clusters optional in root node

See merge request app-frameworks/esp-matter!171
2022-08-30 17:06:50 +08:00
liyashuai 7decda072b ota: make OTA clusters optional. 2022-08-30 15:33:57 +08:00
Hrishikesh Dhayagude 929fdbe9e1 Merge branch 'mfg_tool_changes' into 'main'
mfg_tool: Support device info, device instance info and few more

See merge request app-frameworks/esp-matter!176
2022-08-29 18:17:45 +08:00
Hrishikesh Dhayagude 16f5af3d58 Merge branch 'fix_example_readme' into 'main'
Minor updates to the examples README files

See merge request app-frameworks/esp-matter!181
2022-08-27 10:35:17 +08:00
Hrishikesh Dhayagude 74d8ae88d3 Minor updates to the examples README files
1. Documentation changes
  2. Remove chip-tool prefix from the example READMEs as now we recommend to use chip-tool in interactive mode in the documentation
2022-08-27 08:03:50 +05:30
Shu Chen 0eca149514 Merge branch 'update_submodule_support_esp32h2' into 'main'
Submodule: Update the connectedhomeip submodule to the lastest master commit 069b09b5f3

See merge request app-frameworks/esp-matter!180
2022-08-26 18:31:31 +08:00
WanqQixiang cec59c0ead ci: Update CI & fix compile errors of swith_app and zap_light_app 2022-08-26 15:00:31 +08:00
WanqQixiang d909c8f9ee Example: Update Zigbee Bridge example using esp-zigbee-sdk 2022-08-26 15:00:31 +08:00
WanqQixiang f9b2a714bc doc: Update README file 2022-08-26 14:55:45 +08:00
WanqQixiang 74d6f1ae81 Submodule: Update the connectedhomeip submodule to the lastest master commit 069b09b5f3
Example: Update lighting app on ESP32-H2

qrcode: use managed_component instead of the extra_component from IDF
2022-08-26 12:02:17 +08:00
Hrishikesh Dhayagude 799174e98b Merge branch 'update_docs' into 'main'
Minor changes to the documentation

See merge request app-frameworks/esp-matter!179
2022-08-25 17:40:51 +08:00
Hrishikesh Dhayagude 0e1a62d4ee Minor changes to the documentation 2022-08-25 14:23:31 +05:30
Shubham Patil 6904fc485b mfg_tool: Support device info, device instance info and few more
attributes from basic cluster
2022-08-24 21:38:53 +05:30
Hrishikesh Dhayagude a7bca54b96 Merge branch 'bugfix/blemesh_bridge_random_addr' into 'main'
bugfix: blemesh_bridge: fix the setting of random addr

See merge request app-frameworks/esp-matter!174
2022-08-24 21:07:19 +08:00
InfiniteYuan 031217f8a4 bugfix: blemesh_bridge: fix the setting of random addr 2022-08-20 14:20:26 +08:00