Skip to content

Commit

Permalink
Add more irrigation time in delayed startup zones
Browse files Browse the repository at this point in the history
  • Loading branch information
lejubila committed May 16, 2020
1 parent 7734794 commit 23dd541
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 0.5.0 - xx/04/2020
## 0.5.0 - 16/05/2020
- Added piGarden host date and time to topbar
- Added button for anable all scheduling to topbar
- Added button for enable all scheduling to topbar

## 0.4.4.3 - 06/04/2020
- Add more irrigation time in delayed startup zones
Expand Down
2 changes: 1 addition & 1 deletion config/pigarden.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],

'cron_in' => [
'start' => [ 0, 5, 15, 30, 60, 120, 180, 240, 300, 600 ],
'start' => [ 0, 5, 10, 15, 30, 60, 120, 180, 240, 300, 600 ],
'length' => [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 30, 60, 120, 180, 240, 300 ]
],

Expand Down
1 change: 1 addition & 0 deletions resources/lang/en/pigarden.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
'start' => [
'0' => 'Start now',
'5' => 'in 5 minutes',
'10' => 'in 10 minutes',
'15' => 'in 15 minutes',
'30' => 'in 30 minutes',
'60' => 'in 1 hour',
Expand Down
1 change: 1 addition & 0 deletions resources/lang/it/pigarden.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
'start' => [
'0' => 'Avvia subito',
'5' => 'fra 5 minuti',
'10' => 'fra 10 minuti',
'15' => 'fra 15 minuti',
'30' => 'fra 30 minuti',
'60' => 'fra 1 ora',
Expand Down
2 changes: 0 additions & 2 deletions resources/views/zone/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ class="switch-cron-item"
</form>

@if($manageSchedule)
{{--
<div class="row">
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="box box-primary box-cron box-info">
Expand Down Expand Up @@ -167,7 +166,6 @@ class="switch-cron-item"
{{ print_r($schedule) }}

</pre>
--}}
@endif


Expand Down

0 comments on commit 23dd541

Please sign in to comment.