Skip to content

Commit

Permalink
Bluetooth: Mesh: Doc: fix sensor server sample doc
Browse files Browse the repository at this point in the history
Adds two missing settings entries to the sample documentation.

Signed-off-by: Håvard Reierstad <[email protected]>
  • Loading branch information
HaavardRei authored and nordicjm committed Apr 10, 2024
1 parent fd72321 commit d034e39
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion samples/bluetooth/mesh/sensor_server/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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 <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
**************
Expand Down

0 comments on commit d034e39

Please sign in to comment.