فهرست منبع

Warn nun ab 100er Inzidenz, Crit ab 165

erdoking 4 سال پیش
والد
کامیت
550eefacf8
3فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 3 3
      corona/7TInzidenz_Kreise.sh
  2. 1 1
      corona/landeszentrum_gesundheit_nrw.sh
  3. 1 1
      corona/niedersachsen_de.sh

+ 3 - 3
corona/7TInzidenz_Kreise.sh

@@ -40,12 +40,12 @@ do
         ## Berenigte Werte für die Ausgabe
         LandkreisB=`echo ${Landkreis} | sed 's/ /_/g'`
 
-        ## Orientiert an der Ministerkonferenz vom 11.02.2021 
-        if [ ${Inzidenz} -ge 50 ]
+        ## Orientiert an der Ministerkonferenz vom 22.02.2021
+        if [ ${Inzidenz} -ge 165 ]
         then
                 STATE=2
         ## und gewarnt wird "erst" ab 50
-        elif [ ${Inzidenz} -ge 35 ]
+        elif [ ${Inzidenz} -ge 100 ]
         then
                 STATE=1
         else

+ 1 - 1
corona/landeszentrum_gesundheit_nrw.sh

@@ -18,7 +18,7 @@ do
         LandkreisB=`echo ${Landkreis} | sed 's/ /_/g'`
 
         ## Okay, wir verdoppeln das kritische mal auf 100
-        if [ ${InzidenzB} -ge 200 ]
+        if [ ${InzidenzB} -ge 165 ]
         then
                 STATE=2 
         ## und gewarnt wird "erst" ab 50

+ 1 - 1
corona/niedersachsen_de.sh

@@ -15,7 +15,7 @@ do
         LandkreisB=`echo ${Landkreis} | sed 's/ /_/g' | sed 's/"//g'`
 
         ## Okay, wir verdoppeln das kritische mal auf 100
-        if [ ${InzidenzB} -ge 200 ]
+        if [ ${InzidenzB} -ge 165 ]
         then
                 STATE=2 
         ## und gewarnt wird "erst" ab 50