Skip to content

v1.6.8

Choose a tag to compare

@yashijoe yashijoe released this 03 Jun 14:42

Fixed

  • Program run switch now uses program.status == 1 (reliable field in programs list) instead of scanning the watering queue for a pid match. Queue-based approach broke after pause/resume because the device omits pid from queue items in some states. status=1 correctly reflects running (including paused-but-in-progress), status=0 = stopped.