From b99ae460260eb3eedf0959585fec8c581f24f457 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 8 Feb 2022 21:31:20 +1300 Subject: [PATCH] Revert "Update ble_client.rst (#1869)" (#1884) This reverts commit 43d5bf96f4242f62e6c26be3e20a88aee227db74. --- components/output/ble_client.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/output/ble_client.rst b/components/output/ble_client.rst index bda99d4e9..38ef7111a 100644 --- a/components/output/ble_client.rst +++ b/components/output/ble_client.rst @@ -25,7 +25,6 @@ For more information on BLE services and characteristics, see ble_client_id: itag_black service_uuid: "10110000-5354-4F52-5A26-4249434B454C" characteristic_uuid: "10110013-5354-4f52-5a26-4249434b454c" - require_response: false Configuration variables: ------------------------ @@ -34,8 +33,6 @@ Configuration variables: - **service_uuid** (**Required**, UUID): UUID of the service on the device. - **characteristic_uuid** (**Required**, UUID): UUID of the service's characteristic to write to. - **id** (*Optional*, :ref:`config-id`): The ID to use for code generation, and for reference by dependent components. -- **require_response** (*Optional*, boolean): Control whether to require a remote response from the device when writing. - Whether or not this is required will vary by device. Defaults to ``false`` - All other options from :ref:`Output `. See Also