Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to RF scan a specific frequency #613

Merged
merged 5 commits into from
Apr 9, 2024
Merged

Commits on Aug 15, 2021

  1. Add ability to RF scan a specific frequency

    This adds an optional parameter to find_rf_packet(), along with a
    corresponding --rflearn parameter (defaulting to 433.92) to
    broadlink_cli that specifies the frequency to tune to, rather than
    requiring the frequency be found via sweeping. This is almost mandatory
    for certain types of remotes that do not repeat their signals while the
    button is held, and saves significant time when the frequency is known
    in advance or when many buttons are to be captured in a row.
    
    Additionally:
    
    - A get_frequency() API is added to return the current frequency the
      device is tuned to.
    
    - A check_frequency_ex() API is added to perform functions of both
      check_frequency() and get_frequency() in a single call.
    
    - broadlink_cli --rfscanlearn will now report the current frequency at 1
      second intervals during sweeping, and will report the frequency it
      finally locks on to.
    DarkStarSword committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    168b901 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Clean up remote.py

    felipediel authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    b83826e View commit details
    Browse the repository at this point in the history
  2. Clean up broadlink_cli

    felipediel authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    274b317 View commit details
    Browse the repository at this point in the history
  3. Update conditional

    felipediel authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    b90c668 View commit details
    Browse the repository at this point in the history
  4. Fix message

    felipediel authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    81b9661 View commit details
    Browse the repository at this point in the history