This python package provides a interface to the Rachio public API.
from rachiopy import Rachio
r = Rachio("authtoken")
r.person.info()
For the complete documentation visit read the docs.
Brian Rogers 💻 📖 |
This python package provides a interface to the Rachio public API.
from rachiopy import Rachio
r = Rachio("authtoken")
r.person.info()
For the complete documentation visit read the docs.
Brian Rogers 💻 📖 |