Advertisement
bdnstn

Short script

Nov 24th, 2023
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.33 KB | None | 0 0
  1. script:
  2.   - id: do_watering
  3.     then:
  4.       - if:
  5.           condition:
  6.             lambda: return {(is_summertime)};
  7.           then:
  8.             script.execute: run_summer_cycle
  9.       - if:
  10.           condition:
  11.             lambda: return {(is_wintertime_water_day)};
  12.           then:
  13.             script.execute: run_winter_cycle  
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement