Skip to content

Commit 1513eca

Browse files
[DNM] Provide some bugs in samples to trigger workflows
1 parent 7d5edef commit 1513eca

20 files changed

+16
-11864
lines changed

samples/matter/light_bulb/boards/nrf54lm20dk_nrf54lm20a_cpuapp_internal.overlay

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
/* Configure PWM module for led1 (LED2 on the board) */
1010
pwm-led1 = &pwm_led1;
1111

12-
/* Use watchdog wdt31 as the application watchdog */
13-
watchdog0 = &wdt31;
1412
};
1513

1614
pwmleds {

samples/matter/light_bulb/pm_static_nrf52840dk_nrf52840.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ mcuboot:
55
mcuboot_pad:
66
address: 0x7000
77
size: 0x200
8-
app:
9-
address: 0x7200
10-
size: 0xefe00
118
mcuboot_primary:
129
orig_span: &id001
1310
- mcuboot_pad

samples/matter/light_bulb/pm_static_nrf54lm20dk_nrf54lm20a_cpuapp_internal.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,3 @@ factory_data:
4646
address: 0x1F0000
4747
region: flash_primary
4848
size: 0x1000
49-
settings_storage:
50-
address: 0x1F1000
51-
region: flash_primary
52-
size: 0xC000

samples/matter/light_bulb/prj.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
#
66

77
# Enable CHIP
8-
CONFIG_CHIP=y
9-
CONFIG_CHIP_PROJECT_CONFIG="src/chip_project_config.h"
10-
CONFIG_CHIP_DEVICE_PRODUCT_NAME="Matter Light Bulb"
118

129
# Configure ZAP file name
1310
CONFIG_NCS_SAMPLE_MATTER_ZAP_FILE_PATH="${APPLICATION_CONFIG_DIR}/src/default_zap/light_bulb.zap"

samples/matter/light_switch/README.rst

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
.. _matter_light_switch_sample:
22
.. _chip_light_switch_sample:
33

4-
Matter: Light switch
5-
####################
4+
Matter: Window Covering
5+
########################
66

77
.. contents::
88
:local:
99
:depth: 2
1010

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.
1212
You can use this sample as a reference for creating your own application.
1313

1414
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
4949
Overview
5050
********
5151

52+
This window covering application demonstrates how to control devices.
5253
The sample controls the state of the state-indication LED on connected light bulbs devices.
5354
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.
5455
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
113114
Matter light switch custom configurations
114115
=========================================
115116

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+
116120
.. include:: ../light_bulb/README.rst
117121
:start-after: matter_light_bulb_sample_configuration_file_types_start
118122
:end-before: matter_light_bulb_sample_configuration_file_types_end
@@ -607,3 +611,12 @@ The sample depends on the following Zephyr libraries:
607611

608612
* :ref:`zephyr:logging_api`
609613
* :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

Comments
 (0)