Skip to content

Commit

Permalink
Rework history test data
Browse files Browse the repository at this point in the history
  • Loading branch information
rgc99 committed Aug 14, 2024
1 parent 68893a6 commit 2c98484
Show file tree
Hide file tree
Showing 2 changed files with 239 additions and 283 deletions.
20 changes: 10 additions & 10 deletions tests/configs/test_history_live.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ irrigation_unlimited:
autoplay: false
times:
- name: "1-Sequence 1"
start: "2024-07-23 06:00"
end: "2024-07-23 07:00"
start: "2024-07-16 06:00"
end: "2024-07-16 07:00"
results:
- {t: '2024-07-23 06:05:00', c: 1, z: 0, s: 1}
- {t: '2024-07-23 06:05:00', c: 1, z: 1, s: 1}
- {t: '2024-07-23 06:11:00', c: 1, z: 1, s: 0}
- {t: '2024-07-23 06:11:00', c: 1, z: 0, s: 0}
- {t: '2024-07-23 06:12:00', c: 1, z: 0, s: 1}
- {t: '2024-07-23 06:12:00', c: 1, z: 2, s: 1}
- {t: '2024-07-23 06:24:00', c: 1, z: 2, s: 0}
- {t: '2024-07-23 06:24:00', c: 1, z: 0, s: 0}
- {t: '2024-07-16 06:05:00', c: 1, z: 0, s: 1}
- {t: '2024-07-16 06:05:00', c: 1, z: 1, s: 1}
- {t: '2024-07-16 06:11:00', c: 1, z: 1, s: 0}
- {t: '2024-07-16 06:11:00', c: 1, z: 0, s: 0}
- {t: '2024-07-16 06:12:00', c: 1, z: 0, s: 1}
- {t: '2024-07-16 06:12:00', c: 1, z: 2, s: 1}
- {t: '2024-07-16 06:24:00', c: 1, z: 2, s: 0}
- {t: '2024-07-16 06:24:00', c: 1, z: 0, s: 0}
- name: "2-Manual run"
start: "2024-07-23 08:00"
end: "2024-07-23 09:00"
Expand Down
Loading

0 comments on commit 2c98484

Please sign in to comment.