Skip to content

Commit

Permalink
Fixes #28 code example
Browse files Browse the repository at this point in the history
  • Loading branch information
tchellomello committed Aug 19, 2018
1 parent ea78ad0 commit 3bef53f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ Usage
'Outside Left'
# enable automatic program for zone1
raincloudy.controller.faucet.zone1_auto_watering = True
raincloudy.controller.faucet.zone1.auto_watering = True
# run water for 15 minutes on zone3
raincloudy.controller.faucet.zone3_watering_time = 15
raincloudy.controller.faucet.zone3.watering_time = 15
# set rain delay for 2 days on zone2
raincloudy.controller.faucet.zone2_rain_delay = 2
raincloudy.controller.faucet.zone2.rain_delay = 2
Current Limitations
Expand Down

0 comments on commit 3bef53f

Please sign in to comment.