PwsFWI: Difference between revisions

417 bytes added ,  05:32, 26 March 2021
No edit summary
Line 36: Line 36:
== Inifile parameters ==
== Inifile parameters ==
     [pwsFWI]
     [pwsFWI]
     Analyse=90
     Analyse=90                                 (number of day written to the analysis file when > 30)
     WarningLevel=5 | 6
                                              (if number of days is 30 or less no analysis is done)
     ResultFormat=beteljuice                   (the format of the output)
     WarningLevel=5 | 6                         (highest warning  level is Extreme or Catastrophic)
     FireImage=true                             (flames are shown at the end of the scale)
     ResultFormat=standard | beteljuice         (the format of the output)
     predictionURL=http://api.yourweather.co.uk/index.php?[your API string]
     FireImage=true | false                    (flames are shown at the end of the scale)
     PredictionBackground=Moccasin
     predictionURL=[your API string]           (If this string is empty, no prediction is done)
     PredictionBackground=Moccasin             (background colour of the prediction lines, see [[Forecast]])
     CurrentIndexFormat=Standard | Betel-Kocher (the format of the Current value)
     CurrentIndexFormat=Standard | Betel-Kocher (the format of the Current value)
     CurrentPwsFWI=                            (this is not a setting but an operational content)
     CurrentPwsFWI=                            (this is not a setting but an operational content)
     CurrentIndexDay=yesterday | today
     CurrentIndexDay=yesterday | today         (the day for which the Current Value is  shown)


== Inner working ==
== Inner working ==