Skip to content

Add device list#14

Merged
veerendra2 merged 2 commits intomainfrom
add-new-features
Jul 29, 2025
Merged

Add device list#14
veerendra2 merged 2 commits intomainfrom
add-new-features

Conversation

@veerendra2
Copy link
Owner

No description provided.

@veerendra2 veerendra2 requested a review from Copilot July 29, 2025 09:43

This comment was marked as outdated.

@veerendra2 veerendra2 requested a review from Copilot July 29, 2025 09:50
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request adds device listing functionality to the fitbit-cli tool, allowing users to view their connected Fitbit devices. The PR also includes updates to help text for clarity and version bump.

  • Adds a new --devices CLI option to display connected Fitbit devices
  • Updates CLI help text to be more descriptive and consistent
  • Bumps version from 1.3.1 to 1.4.0

Reviewed Changes

Copilot reviewed 8 out of 9 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
setup.py Removes Python 3.10 and 3.11 from supported versions
fitbit_cli/main.py Updates argument name and adds device listing logic
fitbit_cli/formatter.py Adds device display formatter with MAC address formatting
fitbit_cli/fitbit_api.py Adds get_devices API method and unused get_daily_activity_summary method
fitbit_cli/cli.py Adds --devices argument and updates help text for all options
fitbit_cli/init.py Bumps version to 1.4.0
README.md Updates documentation with new device option and API table
.github/workflows/ci.yml Minor CI configuration updates
Comments suppressed due to low confidence (1)

fitbit_cli/fitbit_api.py:153

  • The new get_daily_activity_summary method is not used anywhere in the codebase and lacks test coverage. Consider removing it if it's not needed for this PR, or add the corresponding CLI integration and tests.
    def get_daily_activity_summary(self, start_date):

@veerendra2 veerendra2 marked this pull request as ready for review July 29, 2025 09:54
@veerendra2 veerendra2 merged commit 532c458 into main Jul 29, 2025
1 check passed
@veerendra2 veerendra2 deleted the add-new-features branch July 29, 2025 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant