iobroker.sprinklecontrol 0.2.5 → 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.commitmessage ADDED
@@ -0,0 +1,4 @@
1
+ chore: release v0.2.8
2
+
3
+ * Adaptation for js controller 4
4
+ * switched main.js to async
package/Lizenz CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 Dirk Peter <dirk.peter@freenet.de>
3
+ Copyright (c) 2022 Dirk Peter <dirk.peter@freenet.de>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -30,11 +30,22 @@ Wetterabhängige automatische Steuerung der Gartenbewässerung
30
30
 
31
31
 
32
32
  ## Changelog
33
+
33
34
  <!--
34
- Placeholder for the next version (at the beginning of the line):
35
- ### **WORK IN PROGRESS**
35
+ Placeholder for the next version (at the beginning of the line):
36
+ ### **WORK IN PROGRESS**
36
37
  -->
37
38
 
39
+ ### 0.2.8 (2022-03-20)
40
+ * Adaptation for js controller 4
41
+ * switched main.js to async
42
+
43
+ ### 0.2.7 (16.10.2021)
44
+ * (Dirk-Peter-md) zusätzliche Testnachrichten gelöscht, Readme aktualisiert
45
+
46
+ ### 0.2.6 (03.10.2021)
47
+ * (Dirk-Peter-md) inGreenhouse in Bewässerungsverfahren "Calculation" hinzugefügt
48
+
38
49
  ### 0.2.5 (18.08.2021)
39
50
  * (Dirk-Peter-md) Mehrfachverwendung von Bodenfeuchte-Sensoren
40
51
  * (Dirk-Peter-md) Objekte mit \"def\": ... überarbeitet
@@ -94,12 +105,10 @@ Wetterabhängige automatische Steuerung der Gartenbewässerung
94
105
 
95
106
  *************************************************************************************************************************************
96
107
 
97
-
98
-
99
108
  ## License
100
109
  MIT License
101
110
 
102
- Copyright (c) 2021 Dirk Peter <dirk.peter@freenet.de>
111
+ Copyright (c) 2022 Dirk Peter <dirk.peter@freenet.de>
103
112
 
104
113
  Permission is hereby granted, free of charge, to any person obtaining a copy
105
114
  of this software and associated documentation files (the "Software"), to deal
@@ -118,4 +127,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
118
127
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
119
128
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
120
129
  SOFTWARE.
121
-
@@ -100,7 +100,6 @@
100
100
  <th data-name="fri" id="events_col_26" data-type="checkbox" style="width: 0" class="translate"></th>
101
101
  <th data-name="sat" id="events_col_27" data-type="checkbox" style="width: 0" class="translate"></th>
102
102
  <!-- **************************************** *** ******************** *** **************************************** -->
103
-
104
103
  </tr>
105
104
  </thead>
106
105
  </table>
@@ -279,20 +278,6 @@
279
278
  </div>
280
279
  </div>
281
280
  </div>
282
- <!-- Debug Einstellungen -->
283
- <div class="col s12 m6 l4">
284
- <div class="row">
285
- <div class="col s12">
286
- <h6 class="translate sub-title">Debug settings</h6>
287
- </div>
288
- </div>
289
- <div class="row">
290
- <div class="col s4 input-field">
291
- <input type="checkbox" class="value" id="debug" />
292
- <span for="debug" class="translate">debug</span>
293
- </div>
294
- </div>
295
- </div>
296
281
  <!-- notifications on/off -->
297
282
  <div class="col s12 m6 l4">
298
283
  <div class="row">
@@ -313,6 +298,15 @@
313
298
  <h6 class="translate sub-title">Evaporation calculation sensors</h6>
314
299
  </div>
315
300
  </div>
301
+ <div class="row">
302
+ <div class="col s12">
303
+ <div class="card-panel" style="background-color:#46a0e9; border-radius:15px;border-bottom: medium solid #174475;">
304
+ <span class="white-text translate">These sensors are only required for irrigation depending on the calculated evaporation values.</span>
305
+ <br>
306
+ <span class="white-text translate">If you don't use this procedure, you can leave these fields blank.</span>
307
+ </div>
308
+ </div>
309
+ </div>
316
310
  <div class="row">
317
311
  <div class="col s10 m4 l4 input-field">
318
312
  <input type="text" class="value" id="sensorOutsideTemperature" />
package/admin/index_m.js CHANGED
@@ -527,8 +527,9 @@ function showHideSettings(callback) {
527
527
 
528
528
  // Sensorauswahl in Sprinkler - Main settings
529
529
  $('#methodControlSM').on('change',function(){
530
+
530
531
  if ($(this).val() === 'calculation') {
531
- $('.visInGreenhouse').hide()
532
+ $('.visInGreenhouse').show()
532
533
  $('.visSensor').hide();
533
534
  $('.visAnalog').hide();
534
535
  $('.visCalculation').show();
@@ -572,7 +573,7 @@ function showHideSettings(callback) {
572
573
  $('.visFixDay').show();
573
574
  } else {
574
575
  $(this).val('calculation');
575
- $('.visInGreenhouse').hide()
576
+ $('.visInGreenhouse').show()
576
577
  $('.visSensor').hide();
577
578
  $('.visAnalog').hide();
578
579
  $('.visCalculation').show();
package/admin/style.css CHANGED
@@ -24,6 +24,14 @@
24
24
  .m .row .col.m1 { width: 14%;}
25
25
  #tab-area { padding-left:0;padding-right:0; margin-top: 0; margin-bottom: 1px; background-color:#174475; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2) }
26
26
 
27
+ /* Tabs menu react-dark */
28
+ .m.react-dark .tabs .tab a.active, .m .tabs .tab a:hover { color: #2196f3; }
29
+ .m.react-dark .tabs { background-color: #272727 !important;}
30
+
31
+ /* Tabs menu react-blue */
32
+ .m.react-blue .tabs .tab a.active, .m .tabs .tab a:hover { color: #2196f3; }
33
+ .m.react-blue .tabs { background-color: #272727 !important;}
34
+
27
35
  .m .col .select-wrapper + label {
28
36
  top: -26px;
29
37
  }