Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script:
- - id: do_watering
- then:
- - if:
- condition:
- lambda: return {(is_summertime)};
- then:
- script.execute: run_summer_cycle
- - if:
- condition:
- lambda: return {(is_wintertime_water_day)};
- then:
- script.execute: run_winter_cycle
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement