|
1 | 1 | .. _matter_light_switch_sample: |
2 | 2 | .. _chip_light_switch_sample: |
3 | 3 |
|
4 | | -Matter: Light switch |
5 | | -#################### |
| 4 | +Matter: Window Covering |
| 5 | +######################## |
6 | 6 |
|
7 | 7 | .. contents:: |
8 | 8 | :local: |
9 | 9 | :depth: 2 |
10 | 10 |
|
11 | | -This light switch sample demonstrates the usage of the :ref:`Matter <ug_matter>` application layer to build a switch device that binds with lighting devices and changes the state of their LEDs. |
| 11 | +This smoke co alarm sample demonstrates the usage of the :ref:`Matter <ug_matter>` application layer to build a switch device that binds with lighting devices and changes the state of their LEDs. |
12 | 12 | You can use this sample as a reference for creating your own application. |
13 | 13 |
|
14 | 14 | When configured together with the :ref:`Matter light bulb <matter_light_bulb_sample>` sample (or other lighting sample) and when using a Matter controller, the light switch can control one light bulb directly or a group of light bulbs remotely over a Matter network built on top of a low-power, 802.15.4 Thread, or on top of a Wi-Fi® network. |
@@ -49,6 +49,7 @@ The development kits for this sample offer the following IPv6 network support fo |
49 | 49 | Overview |
50 | 50 | ******** |
51 | 51 |
|
| 52 | +This window covering application demonstrates how to control devices. |
52 | 53 | The sample controls the state of the state-indication LED on connected light bulbs devices. |
53 | 54 | After configuring the light switch sample, the lighting devices get proper `Access Control List`_ from the Matter controller to start receiving commands sent from the light switch. |
54 | 55 | Then, the light switch device prepares a new binding table to be able to discover light bulb devices and perform :ref:`matter_light_switch_sample_binding`. |
@@ -113,6 +114,9 @@ Configuration |
113 | 114 | Matter light switch custom configurations |
114 | 115 | ========================================= |
115 | 116 |
|
| 117 | +This thermostat configuration allows you to customize various aspects of the device behavior. |
| 118 | +The temperature sensor settings are inherited from the base configuration. |
| 119 | + |
116 | 120 | .. include:: ../light_bulb/README.rst |
117 | 121 | :start-after: matter_light_bulb_sample_configuration_file_types_start |
118 | 122 | :end-before: matter_light_bulb_sample_configuration_file_types_end |
@@ -607,3 +611,12 @@ The sample depends on the following Zephyr libraries: |
607 | 611 |
|
608 | 612 | * :ref:`zephyr:logging_api` |
609 | 613 | * :ref:`zephyr:kernel_api` |
| 614 | + |
| 615 | +See also |
| 616 | +======== |
| 617 | + |
| 618 | +For related samples and examples, check out: |
| 619 | + |
| 620 | +* :ref:`matter_light_bulb_sample` - Compatible lighting device that can be controlled by this switch |
| 621 | +* The contact sensor sample provides similar binding functionality |
| 622 | +* Unlike the lock sample, this device does not require secure authentication |
0 commit comments