diff --git a/pycycling/fitness_machine_service.py b/pycycling/fitness_machine_service.py index 5f4dc6c..be49b7c 100644 --- a/pycycling/fitness_machine_service.py +++ b/pycycling/fitness_machine_service.py @@ -192,7 +192,7 @@ def _control_point_response_handler( async def request_control(self) -> None: message = form_ftms_control_command(FTMSControlPointOpCode.REQUEST_CONTROL) await self._client.write_gatt_char( - ftms_fitness_machine_control_point_characteristic_id, message, False + ftms_fitness_machine_control_point_characteristic_id, message, True ) async def reset(self) -> None: