Files
esp-rainmaker/components
Piyush Shah 37831922eb esp_schedules: Schedules with "relative seconds" were repeating continuously
After a schedule with "relative seconds" executed, the esp_rmaker_schedule
logic was disabling it. However, this was causing incorrect checks in
esp_schedule component logic, causing the schedule to get re-enabled.

Added a check similar to other schedules to prevent this.
2023-10-27 19:31:52 +05:30
..