Skip to content

Commit

Permalink
Update esp32_ble_server.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapsssito authored Jan 24, 2025
1 parent b306fdb commit fbeb32f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/esp32_ble_server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Configuration variables:

- **id** (*Optional*, string): An ID to refer to this descriptor in automations.
- **uuid** (*Required*, string, int): The UUID of the descriptor.
- **value** (*Required*, :ref:`esp32_ble_server-value`): The value of the descriptor. :ref:`templatable <config-templatable>` values are not allowed. In order to set the value of a descriptor dynamically, use the :ref:`esp32_ble_server-characteristic-set_value` action.
- **value** (*Required*, :ref:`esp32_ble_server-value`): The value of the descriptor. :ref:`templatable <config-templatable>` values are not allowed. In order to set the value of a descriptor dynamically, use the :ref:`esp32_ble_server-descriptor-set_value` action.


.. _esp32_ble_server-value:
Expand Down Expand Up @@ -248,7 +248,7 @@ Configuration variables:
- **id** (*Required*, string): The ID of the characteristic to notify the client about (must have the ``notify`` property).


.. _esp32_ble_server-characteristic-set_value:
.. _esp32_ble_server-descriptor-set_value:

``ble_server.descriptor.set_value`` Action
----------------------------------------------
Expand Down

0 comments on commit fbeb32f

Please sign in to comment.