Browse Source

added MAX aircoil setting

Thomas Thümmler 4 years ago
parent
commit
42ab33154c
1 changed files with 12 additions and 12 deletions
  1. 12 12
      aircoils_settings.php

+ 12 - 12
aircoils_settings.php

@@ -315,14 +315,14 @@ $aircoil_settings = array (
   ),
   12 =>
   array (
-    0 => 'ICE',
-    1 => 120.0,
-    2 => 0.0,
-    3 => 120.0,
-    4 => 120.0,
-    5 => 120.0,
-    6 => 120.0,
-    7 => 120.0,
+    0 => 'MAX',
+    1 => 68.0,
+    2 => 68.0,
+    3 => 68.0,
+    4 => 68.0,
+    5 => 68.0,
+    6 => 68.0,
+    7 => 68.0,
     8 => 110.0,
     9 => 110.0,
     10 => 110.0,
@@ -332,10 +332,10 @@ $aircoil_settings = array (
     14 => 120.0,
     15 => 120.0,
     16 => 120.0,
-    17 => 120.0,
-    18 => 120.0,
-    19 => 120.0,
-    20 => 120.0,
+    17 => 0.0,
+    18 => 0.0,
+    19 => 0.0,
+    20 => 0.0,
     21 => 0.0, 
     22 => 45.0,
   ),