Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adafruit/Adafruit_CircuitPython_Requests
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.1.0
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_Requests
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.1.1
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 23, 2024

  1. Add Rachio Irrigation API Example

    Example pulls data from your Rachio Irrigation Timer. This is just a basic example. More can be done with zone scheduling, actually running the irrigation system, etc.. will work on an advanced example in the future.  This should be good enough for very basic communication with the API and timer.
    DJDevon3 committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    dca4c8a View commit details
    Browse the repository at this point in the history
  2. mixed up a variable name for printing

    quick simple fix for a misspelling
    DJDevon3 committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    0d9d6dc View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Merge pull request #195 from DJDevon3/main

    Add Rachio Irrigation API Example
    FoamyGuy authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    197c653 View commit details
    Browse the repository at this point in the history
Loading