Skip to content

Commit e60aa13

Browse files
Adam-MaciugaArekBalysNordic
authored andcommitted
docs: samples: matter: closure
added docs for the matter closure sample Signed-off-by: Adam Maciuga <[email protected]>
1 parent 94c6e27 commit e60aa13

File tree

5 files changed

+362
-0
lines changed

5 files changed

+362
-0
lines changed
549 Bytes
Loading

doc/nrf/protocols/matter/getting_started/transmission_power.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,14 @@ The following table lists the default TX power values.
122122
| +--------------------------+------------------------------------------------------+-----------------------------------------------------------------+
123123
| | nrf54lm20dk | 0 | 0 |
124124
+-------------------------------------------------------------------------+--------------------------+------------------------------------------------------+-----------------------------------------------------------------+
125+
| :ref:`Closure (FTD) <matter_closure_sample>` | nrf52840dk | 8 | 0 |
126+
| +--------------------------+------------------------------------------------------+-----------------------------------------------------------------+
127+
| | nrf5340dk | 3 | 0 |
128+
| +--------------------------+------------------------------------------------------+-----------------------------------------------------------------+
129+
| | nrf54l15dk | 8 | 0 |
130+
| +--------------------------+------------------------------------------------------+-----------------------------------------------------------------+
131+
| | nrf54lm20dk | 8 | 0 |
132+
+-------------------------------------------------------------------------+--------------------------+------------------------------------------------------+-----------------------------------------------------------------+
125133

126134
.. _ug_matter_gs_transmission_power_thread:
127135

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,7 @@ Matter samples
689689

690690
* The :ref:`matter_temperature_sensor_sample` sample that demonstrates how to implement and test a Matter temperature sensor device.
691691
* The :ref:`matter_contact_sensor_sample` sample that demonstrates how to implement and test a Matter contact sensor device.
692+
* The :ref:`matter_closure_sample` sample that demonstrates how to implement and test a Matter closure device.
692693
* The ``matter_custom_board`` toggle paragraph in the Matter advanced configuration section of all Matter samples that demonstrates how add and configure a custom board.
693694
* Support for the Matter over Wi-Fi on the nRF54LM20 DK with the nRF7002-EB II shield attached to all Matter over Wi-Fi samples.
694695
* Enabled deprecated warnings for all Matter over Wi-Fi samples that are using nRF5340 SoC.

doc/nrf/samples/matter.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The following table lists variants and extensions available out of the box for e
2222
- Smoke CO alarm
2323
- Temperature sensor
2424
- Contact sensor
25+
- Closure
2526
* - FEM support
2627
- ✔
2728
- ✔
@@ -32,6 +33,7 @@ The following table lists variants and extensions available out of the box for e
3233
-
3334
-
3435
-
36+
-
3537
* - DFU support
3638
- ✔
3739
- ✔
@@ -42,6 +44,7 @@ The following table lists variants and extensions available out of the box for e
4244
- ✔
4345
- ✔
4446
- ✔
47+
- ✔
4548
* - Thread support
4649
- ✔
4750
- ✔
@@ -52,6 +55,7 @@ The following table lists variants and extensions available out of the box for e
5255
- ✔
5356
- ✔
5457
- ✔
58+
- ✔
5559
* - :ref:`Thread role <thread_ot_device_types>`
5660
- Router
5761
- SED
@@ -62,6 +66,7 @@ The following table lists variants and extensions available out of the box for e
6266
- SED
6367
- SED
6468
- SED
69+
- FTD
6570
* - :ref:`ICD mode <ug_matter_device_low_power_icd>`
6671
- Not supported
6772
- SIT
@@ -72,6 +77,7 @@ The following table lists variants and extensions available out of the box for e
7277
- LIT
7378
- LIT
7479
- LIT
80+
- Not supported
7581
* - Wi-Fi® support
7682
- ✔
7783
- ✔
@@ -82,6 +88,7 @@ The following table lists variants and extensions available out of the box for e
8288
-
8389
-
8490
-
91+
- ✔
8592
* - Thread and Wi-Fi switching
8693
-
8794
-
@@ -92,6 +99,7 @@ The following table lists variants and extensions available out of the box for e
9299
-
93100
-
94101
-
102+
-
95103
* - Low power configuration by default
96104
-
97105
- ✔
@@ -102,6 +110,7 @@ The following table lists variants and extensions available out of the box for e
102110
- ✔
103111
- ✔
104112
- ✔
113+
-
105114

106115
See the sample documentation pages for instructions about how to enable these variants and extensions.
107116

0 commit comments

Comments
 (0)