From d034e39c759625ad1dd90816536f6bd39f5f055c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Reierstad?= Date: Wed, 10 Apr 2024 13:21:29 +0200 Subject: [PATCH] Bluetooth: Mesh: Doc: fix sensor server sample doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds two missing settings entries to the sample documentation. Signed-off-by: HÃ¥vard Reierstad --- samples/bluetooth/mesh/sensor_server/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/samples/bluetooth/mesh/sensor_server/README.rst b/samples/bluetooth/mesh/sensor_server/README.rst index ff6a34857e29..2d9083ee71e6 100644 --- a/samples/bluetooth/mesh/sensor_server/README.rst +++ b/samples/bluetooth/mesh/sensor_server/README.rst @@ -113,7 +113,11 @@ The descriptor also specifies the temperature sensor's sampling type, which is : The :ref:`dk_buttons_and_leds_readme` library is used to detect button presses. -The :ref:`Zephyr settings API ` is used to persistently store the sensor range setting for the temperature sensor, given that :kconfig:option:`CONFIG_BT_SETTING` is enabled. +The :ref:`Zephyr settings API ` is used to persistently store the following settings given that :kconfig:option:`CONFIG_BT_SETTING` is enabled: + +* The temperature range used in the :c:var:`bt_mesh_sensor_present_dev_op_temp` sensor +* The presence motion threshold used in the :c:var:`bt_mesh_sensor_presence_detected` sensor +* The ambient light level gain used in the :c:var:`bt_mesh_sensor_present_amb_light_level` sensor User interface **************