Skip to content

Commit

Permalink
fix program string
Browse files Browse the repository at this point in the history
  • Loading branch information
brg468 committed Dec 10, 2023
1 parent 39b98c9 commit 5a5cb34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rachiopy/program.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ class Program(RachioObject):
"""Program class for the smart hose timer."""

def list_programs(self, valve_id: str):
"""Retreive the list of programs (schedules) for a valve."""
"""Retreive the list of programs (schedules) for a valve.
"""For more info of the content in the response see:
For more info of the content in the response see:
https://rachio.readme.io/docs/programservice_listprograms
:param valve_id: Valve's unique id
Expand Down

0 comments on commit 5a5cb34

Please sign in to comment.