Skip to content

v1.6.17

Choose a tag to compare

@yashijoe yashijoe released this 08 Jun 08:42

What's new

Zone switch queue attributes

Each zone run switch now exposes real-time attributes from the watering queue (updated every 10 seconds):

  • uid — hardware zone ID (always available)
  • zid — same as uid; the field name used in the watering queue API (always available)
  • running — localized queue status: watering / queued / null when not in queue
  • remaining — seconds remaining for the current run; null when not in queue
  • machine_duration — duration in seconds computed by RainMachine for this run (weather-adjusted); null when not in queue
  • flag — localized reason string for the current watering state (e.g. "Normal watering", "Stopped by rain sensor"); null when not in queue

The running and flag attributes are fully localized in all 5 supported languages (EN, IT, DE, FR, ES).