Shubham Patil
dd6ff7afaa
examples: Fix af-gen-event.h
...
This fixes the level control on light app
2022-06-13 20:01:27 +05:30
Hrishikesh Dhayagude
b7a6bd5be8
Merge branch 'docs_update' into 'main'
...
Update the Matter documentation
See merge request app-frameworks/esp-matter!132
2022-06-12 00:31:12 +08:00
Hrishikesh Dhayagude
6c8db6e2ac
Update the Matter documentation
2022-06-11 18:36:02 +05:30
Hrishikesh Dhayagude
f64458248b
Merge branch 'purge_s2' into 'main'
...
Remove S2 references and do not deinit ble on commissioning complete
See merge request app-frameworks/esp-matter!140
2022-06-09 23:46:02 +08:00
Shubham Patil
bc45bb3a66
Do not deinit BLE on Commissioning Complete and minor doc change
2022-06-09 18:56:50 +05:30
Shubham Patil
41e7ea0596
Remove support for ESP32S2 chip
2022-06-09 18:56:50 +05:30
Shu Chen
f8b2b92290
Merge branch 'doc/add_blemesh_bridge' into 'main'
...
blemesh_bridge: add CI and Docs
See merge request app-frameworks/esp-matter!133
2022-06-07 10:12:57 +08:00
Hrishikesh Dhayagude
5416b4513e
Merge branch 'release_notes' into 'main'
...
Add release notes document
See merge request app-frameworks/esp-matter!139
2022-06-06 20:47:03 +08:00
Hrishikesh Dhayagude
704a6899df
Add release notes document
2022-06-06 15:21:50 +05:30
Hrishikesh Dhayagude
c36fd7c830
Merge branch 'bugfix/cluster_create' into 'main'
...
esp_matter_core: Handle creating duplicate clusters better
See merge request app-frameworks/esp-matter!131
2022-06-06 17:08:56 +08:00
InfiniteYuan
1a63fae155
blemesh: add ci and doc for blemesh_bridge example
2022-06-06 11:06:15 +08:00
Shu Chen
bb7b777184
Merge branch 'example/bridge-app-blemesh' into 'main'
...
Example: Add bridge_blemesh example
See merge request app-frameworks/esp-matter!97
2022-06-06 09:55:33 +08:00
Shu Chen
333e41e19c
Merge branch 'task/submodule_update_b26e40052' into 'main'
...
submodule: Update submodule to include zap generation fixes
See merge request app-frameworks/esp-matter!137
2022-06-06 09:53:27 +08:00
Shu Chen
73f7a50b64
Merge branch 'bugfix/data_model_fixes' into 'main'
...
esp_matter: Data model fixes
See merge request app-frameworks/esp-matter!136
2022-06-06 09:53:14 +08:00
Chirag Atal
fcc0e3f183
submodule: Update submodule to include zap generation fixes
2022-06-03 12:35:09 +05:30
Chirag Atal
62c20badfc
esp_matter_cluster: Add wifi and thread diagnostics clusters
2022-06-03 10:50:17 +05:30
Chirag Atal
533ab129ee
esp_matter: Data model fixes
...
- Removed color_dimmable_light
- Fixed identify cluster for switch
- Fixed basic cluster on all endpoints
- Passing NULL config for client clusters
2022-06-03 10:50:10 +05:30
Hrishikesh Dhayagude
8e2bb818a6
Merge branch 'task/zap_light_update' into 'main'
...
zap_light: Updated zap-generated to use color_temperature_light
See merge request app-frameworks/esp-matter!135
2022-06-02 23:06:15 +08:00
Chirag Atal
e3df95bf63
zap_light: Updated zap-generated to use color_temperature_light
2022-06-01 19:41:39 +05:30
Chirag Atal
6e50d9dbac
esp_matter_core: Handle creating duplicate clusters better
2022-05-31 18:13:03 +05:30
Hrishikesh Dhayagude
cf1f290e10
Merge branch 'bugfix/rainmaker_cluster_id' into 'main'
...
esp_matter_rainmaker: Fix the rainmaker cluster_id
See merge request app-frameworks/esp-matter!134
2022-05-31 20:38:50 +08:00
Chirag Atal
0b555d3cf7
esp_matter_rainmaker: Fix the rainmaker cluster_id
...
docs: Corresponding changes
2022-05-31 16:09:38 +05:30
InfiniteYuan
f9b306bd42
example: add matter bridge for ble mesh, modify app_bridge component to fit ble mesh.
2022-05-31 15:55:15 +08:00
Shu Chen
9a13e6684e
Merge branch 'task/matter_docs' into 'main'
...
docs: Add matter docs
See merge request app-frameworks/esp-matter!119
2022-05-30 12:19:15 +08:00
Shu Chen
2f49d2871c
docs: Miscellaneous changes
2022-05-29 20:01:49 +08:00
Shu Chen
a9d0f37f02
ci: fix build and docs ci
2022-05-29 14:59:12 +08:00
Hrishikesh Dhayagude
07342808b6
Miscellaneous changes in the documentation - Part I
2022-05-28 07:43:20 +08:00
Chirag Atal
c3d58d2668
Minor docs changes
2022-05-28 07:43:20 +08:00
Chirag Atal
196ed4b579
esp_matter_cluster: Creating binding attribute by default if another client cluster is created
2022-05-28 07:43:20 +08:00
Chirag Atal
743f5cd90e
light: Change color_dimmable_light to color_temperature_light
...
Added support for temperature in app_driver.
Adding hue and saturation after the color_temperature_light endpoint has been created.
Similar changes in other light examples.
2022-05-28 07:43:20 +08:00
Chirag Atal
11a898f973
CI fixes
2022-05-28 07:43:20 +08:00
Chirag Atal
adc45fb552
esp_matter: Add support for more device types
...
Also other minor doc changes.
2022-05-28 07:43:20 +08:00
Chirag Atal
27c3f6ba00
CI changes
2022-05-28 07:43:20 +08:00
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
a14fb95d08
esp_matter_core: Check for already existing cluster while creating
...
If it exists, return the existing one.
Similar checks for attributes and commands.
esp_matter_cluster: Creating attributes only if the cluster is a server.
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
039589befc
esp_matter_endpoint: Adding more device types
2022-05-28 07:42:00 +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
Chirag Atal
28b385d228
esp_matter: Change all IDs to their correct data types.
2022-05-28 07:42:00 +08:00
Chirag Atal
937bbd81fe
esp-matter: General changes and fixes
...
Some of these are changes corresponding to the spec or to the documentation.
zigbee_bridge: Renamed bridge_zigbee to zigbee_bridge.
switch: Changed console commands to: matter esp bound/client invoke.
2022-05-28 07:41:49 +08:00
Shu Chen
ab1d30a2cb
docs: add more description for platform solutions and H2 examples
2022-05-28 07:39:41 +08:00
Chirag Atal
76d45474f0
docs: Add matter docs
2022-05-28 07:39:41 +08:00
Shu Chen
292ead8d98
Merge branch 'bug/enable_hollow_button' into 'main'
...
Enable hollow button for esp32h2
See merge request app-frameworks/esp-matter!128
2022-05-28 07:36:15 +08:00
Shu Chen
1db0c30fc5
Merge branch 'bugfix/submodule_ci' into 'main'
...
ci: Fixes for submodule changes
See merge request app-frameworks/esp-matter!130
2022-05-28 07:32:45 +08:00
Chirag Atal
d19a13d2ff
ci: Fixes for submodule changes
2022-05-27 21:47:31 +08:00
Shu Chen
16fd9dd5f1
Merge branch 'remove_insights' into 'main'
...
Remove esp-insights support for now
See merge request app-frameworks/esp-matter!129
2022-05-27 21:45:07 +08:00
Shubham Patil
9ec2d301ac
Remove esp-insights support for now
2022-05-27 15:51:30 +05:30
Shu Chen
a0bc65f279
hollow_button: use hollow_button for esp32h2
2022-05-26 23:08:06 +08:00
Shu Chen
878d3e6fb8
ci: fix ci and add esp32h2 build
2022-05-26 23:07:03 +08:00
Hrishikesh Dhayagude
91a0f52c00
Merge branch 'rmaker_light_readme' into 'main'
...
rainmaker_light: Fix the invalid cluster id in readme
See merge request app-frameworks/esp-matter!123
2022-05-18 23:05:40 +08:00