Skip to content

Split run services by target type

Latest
Compare
Choose a tag to compare
@vinteo vinteo released this 08 Oct 01:16
9a3fc31

Breaking Change: The logic of the run command parameter continue_running_stations has been corrected. Previously, if the value of the parameter was set to true, it would not continue running stations that were already running, and if set to false, it would.

  • update pyopensprinkler to 0.7.13
  • split run services by target type (#314)
    • run_once
    • run_station
    • run_program
  • fix logic for continue_running_stations for run service (#314)