Skip to content

Commit 24ba3cf

Browse files
kkasperczyk-noArekBalysNordic
authored andcommitted
docs: Added scope of the Matter 1.5 release
Updated documentation to include Matter 1.5 release scope. Signed-off-by: Kamil Kasperczyk <[email protected]>
1 parent e69dab4 commit 24ba3cf

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

doc/nrf/protocols/matter/overview/dev_model.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,14 @@ The table also lists the release date for that Matter specification version, and
4141
| | | Specification | |NCS| version |
4242
| Matter version | Overview of changes | release date | |
4343
+=================+==========================================================================================================+=======================+==================+
44-
| 1.5.0 | | November 10, 2025 | v3.2.0 |
44+
| 1.5.0 | - Added support for Cameras that can be certified and interop with Matter-enabled ecosystems. | November 10, 2025 | v3.2.0 |
45+
| | - Enhanced support for Closures by introducing unified approach and a broad range of devices | | |
46+
| | such as window shades, drapes, awnings, gates, and garage doors. | | |
47+
| | - Added support for Soil Sensors for smarter water management in garden use cases. | | |
48+
| | - Enhanced Energy Management by enabling devices to exchange standardized information about energy | | |
49+
| | pricing, tariffs, and grid carbon intensity. | | |
50+
| | - Improved Data Transport by adding full support for operation over TCP transport, which enables more | | |
51+
| | efficient and reliable transmission of large messages. | | |
4552
+-----------------+----------------------------------------------------------------------------------------------------------+-----------------------+------------------+
4653
| 1.4.2 | - Added Wi-Fi Only Commissioning using Wi-Fi Unsynchronized Service Discovery (USD) for device | July 9, 2025 | v3.1.0 |
4754
| | onboarding without requiring Bluetooth LE radios. | | |

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,32 @@ The Matter fork in the |NCS| (``sdk-connectedhomeip``) contains all commits from
244244

245245
* Added:
246246

247+
* Support for the following new device types:
248+
* Irrigation System
249+
* Soil Sensor
250+
* Closure
251+
* Closure Panel
252+
* Closure Controller
253+
* Meter Reference Point
254+
* Electrical Energy Tariff
255+
* Electrical Meter
256+
* Electrical Utility Meter
257+
* Camera
258+
* Floodlight Camera
259+
* Video Doorbell
260+
* Snapshot Camera
261+
* Chime
262+
* Camera Controller
263+
* Doorbell
264+
* Intercom
265+
* Audio Doorbell
266+
267+
* Improved Data Transport by adding full support for operation over TCP transport, which enables more efficient and reliable transmission of large messages.
268+
* The new code-driven approach for the Matter Data Model and Cluster configuration handling.
269+
This approach assumes gradually replacing the configuration based on the ZAP files and the ZAP-generated code, and handling the configuration in the source code.
270+
For example, to enable a specific cluster or its attribute, the new model requires calling a dedicated delegate and registering the cluster in a source code.
271+
The code-driven approach is not yet fully implemented for all the available clusters, but the coverage will be increasing and it is used for the newly created clusters.
272+
The new model is meant to be backward compatible with the previous configuration based on the ZAP files and the ZAP-generated code, until the code-driven approach is fully implemented for all the available clusters.
247273
* The :ref:`ug_matter_gs_tools_matter_west_commands_sync` command to synchronize the ZAP and :file:`zcl.json` files after updating the ZAP tool version.
248274
* The check to all :ref:`ug_matter_gs_tools_matter_west_commands_zap_tool` commands that verify whether ZAP tool sandbox permissions are correctly set.
249275
In case of detecting incorrect permissions, the command will prompt the user to accept automatically updating the permissions to required ones.

0 commit comments

Comments
 (0)