WanqQixiang
8cd67f723b
update example to use host claim
2024-09-11 20:11:37 +08:00
WanqQixiang
b13c7a2d56
Add rainmaker custom cluster
2024-08-19 19:32:38 +08:00
WanqQixiang
c8cadd43b5
fix protocomm_matter_ble_cleanup
2024-08-19 16:04:15 +08:00
WanqQixiang
f85c8ab499
example: deinit ble after wifi_provisioning for light_wifi_prov example
2024-07-30 15:27:09 +08:00
WanqQixiang
d9a3dc3021
example: Add ESP32-C3 support for light_wifi_prov example
2024-07-30 12:05:18 +08:00
WanqQixiang
e900022519
Remove the limit of iOS RainMaker phone App
2024-07-24 17:34:37 +08:00
WanqQixiang
45eb483d6e
Make the GATT service index configurable
2024-07-24 17:23:51 +08:00
WanqQixiang
0409436045
example: Add light example with RainMaker-WiFi-Provisioning
2024-07-23 19:08:22 +08:00
Hrishikesh Dhayagude
ab58e2993d
Merge branch 'fix_docker_build' into 'main'
...
tools/docker: Fix building docker image and dir restructuring
See merge request app-frameworks/esp-matter!780
2024-07-01 06:19:51 +08:00
Shu Chen
91b8cb1596
Merge branch 'fix_component_upload' into 'main'
...
gh_actions: Fix uploading esp-matter component from release branches
See merge request app-frameworks/esp-matter!783
2024-06-26 11:30:34 +08:00
Hrishikesh Dhayagude
ba5b64b0f7
Merge branch 'docs/links_fix' into 'main'
...
docs: fix links
See merge request app-frameworks/esp-matter!781
2024-06-26 01:31:45 +08:00
Shubham Patil
362d39b994
gh_actions: Fix uploading esp-matter component from release branches
...
Closes https://github.com/espressif/esp-matter/issues/966
2024-06-25 19:46:42 +05:30
Rohit Jadhav
326d640c92
docs: fix links
2024-06-21 15:04:01 +05:30
Shubham Patil
48b0f873c5
tools/docker: Fix building docker image and dir restructuring
2024-06-21 11:41:42 +05:30
Hrishikesh Dhayagude
4ca1207fad
Merge branch 'fix_bridged_binfo_attr' into 'main'
...
Fix max length of bridged device basic information str type attributes
See merge request app-frameworks/esp-matter!779
2024-06-21 12:09:51 +08:00
Shubham Patil
0c7143d36d
Fix max length of bridged device basic information str type attributes
...
Fixes https://github.com/espressif/esp-matter/issues/974
2024-06-18 21:10:48 +05:30
Hrishikesh Dhayagude
351dbbb4f0
Merge branch 'doc_update' into 'main'
...
docs: Removed colorcontrol commands from doc
See merge request app-frameworks/esp-matter!771
2024-06-18 16:16:13 +08:00
Hrishikesh Dhayagude
9d162a7db0
Merge branch 'launchpad_fix' into 'main'
...
launchpad: add matter to prefix for naming consistency
See merge request app-frameworks/esp-matter!777
2024-06-17 17:21:42 +08:00
Shubham Patil
97cda96352
launchpad: add matter to prefix for naming consistency
2024-06-17 13:28:48 +05:30
Hrishikesh Dhayagude
489d78196e
Merge branch 'external_platform/file_issue' into 'main'
...
blemesh/ESP32_custom: Updated the external platform files for blemesh_platform.
See merge request app-frameworks/esp-matter!776
2024-06-14 19:49:25 +08:00
shripad621git
9ab1d993f1
blemesh/ESP32_custom: Updated the external platform files for blemesh_platform.
...
Fixes https://github.com/espressif/esp-matter/issues/968 .
2024-06-14 15:29:20 +05:30
Hrishikesh Dhayagude
0b7221ecf1
Merge branch 'bugfix/esp_matter_val' into 'main'
...
components/esp_matter: Fix size of string to print the value of char string attribute
See merge request app-frameworks/esp-matter!770
2024-06-13 09:22:33 +08:00
mahesh
9165138e90
docs: Replaced hue, saturation commands of colorcontrol cluster with color-temperature command in documentation
2024-06-12 21:22:26 +05:30
Hrishikesh Dhayagude
314769155c
Merge branch 'update_doc' into 'main'
...
doc: Update README.md to add a pointer to the release/v1.3 branch
See merge request app-frameworks/esp-matter!772
2024-06-12 21:35:52 +08:00
Hrishikesh Dhayagude
8ff4aef5d7
doc: Update README.md to add a pointer to the release/v1.3 branch
2024-06-11 21:17:09 +05:30
Rohit Jadhav
29e7777d4a
components/esp_matter: Fix size of string to print the value of char string attribute
2024-06-11 14:15:30 +05:30
Hrishikesh Dhayagude
4cf92a5943
Merge branch 'delegates1' into 'main'
...
components/esp_matter: Add delegate apis for electric sensor clusters
See merge request app-frameworks/esp-matter!768
2024-06-11 12:28:29 +08:00
Shu Chen
98cfcddf26
Merge branch 'controller/commissioning_window_opener' into 'main'
...
controller: Add support for timed-invoke command and add open enhanced commissioning window command
See merge request app-frameworks/esp-matter!766
2024-06-11 12:04:56 +08:00
Rohit Jadhav
4692c28477
components/esp_matter: Add delegate apis for electric sensor clusters
2024-06-10 11:28:29 +05:30
Hrishikesh Dhayagude
0f3673ad9a
Merge branch 'remove_mfg_tool' into 'main'
...
Removed mfg_tool, related cleanups, and documentation update
See merge request app-frameworks/esp-matter!635
2024-06-07 19:11:35 +08:00
Shubham Patil
e6d74cc2e7
Removed mfg_tool, related cleanups, and documentation update
...
`tools/mfg_tool` is moved to esp-matter-tools repo: https://github.com/espressif/esp-matter-tools/tree/main/mfg_tool .
It is released on pypi: https://pypi.org/project/esp-matter-mfg-tool and can be installed by running `pip install esp-matter-mfg-tool`
2024-06-07 19:11:35 +08:00
WanqQixiang
0ac4563c74
controller: Add support for timed-invoke command and add open enhanced commissioning window command
2024-06-07 17:45:05 +08:00
Shu Chen
d12e76db15
Merge branch 'add_client_interaction_apis' into 'main'
...
Add client interaction APIs for interaction actions
Closes CON-1142
See merge request app-frameworks/esp-matter!673
2024-06-07 17:29:51 +08:00
Hrishikesh Dhayagude
0e5dfc526e
Merge branch 'delegate-doc-update' into 'main'
...
docs: Update delegate doc
See merge request app-frameworks/esp-matter!765
2024-06-07 15:49:39 +08:00
Hrishikesh Dhayagude
c7513a11af
Merge branch 'delegate/door-lock' into 'main'
...
components/esp-matter: Add delegate for door-lock,...
See merge request app-frameworks/esp-matter!761
2024-06-07 15:42:53 +08:00
Hrishikesh Dhayagude
753dc3ef63
Merge branch 'example/fan' into 'main'
...
example: improve fan data-model, add motor driver
See merge request app-frameworks/esp-matter!615
2024-06-07 01:03:29 +08:00
Rohit Jadhav
22a52a2f2d
Use dalegate impl instead while creating cluster
2024-06-06 17:56:07 +08:00
chenjie
a6eb646d19
example: improve data model, add motor driver, add API to update attribute
2024-06-06 17:56:02 +08:00
Rohit Jadhav
949c5896be
components/esp-matter: Add delegate for door-lock, boolean-state-configuration, time-sync and application basic
2024-06-06 14:58:12 +05:30
Hrishikesh Dhayagude
b70bf31b07
Merge branch 'add_otbr_option_in_devices' into 'main'
...
examples: Add OTBR option for all_device_type_app
See merge request app-frameworks/esp-matter!763
2024-06-06 16:31:32 +08:00
Hrishikesh Dhayagude
fa7d0a2167
Merge branch 'bsp_integration2' into 'main'
...
Change light_switch example to use bsp, remove unused esp32s3 defaults
See merge request app-frameworks/esp-matter!671
2024-06-06 16:27:25 +08:00
Hrishikesh Dhayagude
a053c6da26
Merge branch 'update_submodule/v1.3-branch' into 'main'
...
update_submodule/v1.3-branch: Updated chip submodule to d83caf7fef to include the event_handler and ScheduleLambda changes.
See merge request app-frameworks/esp-matter!767
2024-06-06 16:26:37 +08:00
Rohit Jadhav
dcd88cd8cb
docs: Update delegate doc
2024-06-06 10:06:29 +05:30
liyashuai
4a64be7b19
examples: add OTBR option for all_device_type_app
2024-06-06 12:35:24 +08:00
shripad621git
3574496c51
submodule_update: Updated chip submodule to d83caf7fef to include the scheduleLambda and event_handler change.
2024-06-06 09:52:15 +05:30
Hrishikesh Dhayagude
cd83d63424
Merge branch 'cluster/op_state' into 'main'
...
[components/esp-matter] Fix cluster revision of operational state cluster
See merge request app-frameworks/esp-matter!764
2024-06-05 18:53:05 +08:00
Rohit Jadhav
73d0d18364
[components/esp-matter] Fix cluster revision of operational state cluster
2024-06-05 12:29:16 +05:30
Pavel Borcin
536ea2956c
change light_switch example to use bsp, remove unused esp32s3 defaults
2024-06-04 16:36:46 +02:00
Shu Chen
6410ea9d63
Merge branch 'zigbee_bridge_update_readme' into 'main'
...
examples/zigbee_bridge: updated README
See merge request app-frameworks/esp-matter!762
2024-06-03 21:44:19 +08:00
chendejin
9e8e91fe84
examples/zigbee_bridge: updated README
2024-06-03 19:29:01 +08:00