Python opengarden API
Just push out the first implemetation of the Open Garden python API project. From the pydoc generated man page. Help on module ogarden: NAME ogarden - Python-OpenGarden module API FILE /home/enrico/python-opengarden/ogarden.py DESCRIPTION This module contains the python API to an opengarden device. CLASSES OpenGarden class OpenGarden The basic class definition Some usefull docs. Examples: myobj = OpenGarden # define the object myobj.connect() # connect to the device. print myobj.id # print the id.
Read more...