Browse Source

added SAP config to aircoil_settings

Thomas Thümmler 4 years ago
parent
commit
9f0a98a0c3
1 changed files with 26 additions and 0 deletions
  1. 26 0
      aircoils_settings.php

+ 26 - 0
aircoils_settings.php

@@ -365,6 +365,32 @@ $aircoil_settings = array (
     21 => 0.0, 
     22 => 45.0,
   ),
+  14 => 
+  array (
+    0 => 'SAP',
+    1 => 120.0,
+    2 => 0.0,
+    3 => 120.0,
+    4 => 120.0,
+    5 => 120.0,
+    6 => 120.0,
+    7 => 120.0,
+    8 => 110.0,
+    9 => 110.0,
+    10 => 110.0,
+    11 => -60.0,
+    12 => -30.0,
+    13 => 60.0,
+    14 => 0.0,
+    15 => 120.0,
+    16 => 120.0,
+    17 => -120.0,
+    18 => -120.0,
+    19 => -120.0,
+    20 => -120.0,
+    21 => 0.0, 
+    22 => 45.0,
+  ),
 ); 
 
 ?>