Skip to content

v0.1.7

Compare
Choose a tag to compare
@badguy99 badguy99 released this 13 Apr 13:49
· 42 commits to master since this release
7e64457

Add ability to set start and end limits when searching today

  start_period: today
  limits:
    start_time: '07:00'
    end_time: '16:00'

When using today for the start_period it can be limited further usings limits > start_time and/or limits > end_time (please note the formating in the example yaml above) to restrict the period searched. This may be useful for example if you have something that you only want to run within certain times of the day, due to noise issues etc.