Added more attributes to NINA (#21761)

This commit is contained in:
Maximilian 2022-03-29 13:08:29 +02:00 committed by GitHub
parent 0ffb0c5712
commit 2835ef97e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,9 @@ For each county/city it creates warning slots that change to Unsafe when warning
| Attribute | Description |
| ------------ | -------------------------------------- |
| `Headline` | *(str)* Official headline of the warning. |
| `Description` | *(str)* Official description of the warning. |
| `Sender` | *(str)* Sender of the warning. Can be empty. |
| `Severity` | *(str)* Severity of the warning. <br>Extreme - Extraordinary threat to life or property <br>Severe - Significant threat to life or property <br>Moderate - Possible threat to life or property <br>Minor Minimal to no known threat to life or property <br>Unknown - Severity unknown |
| `ID` | *(str)* Individual ID for each warning. |
| `Sent` | *(time)* Transmission time and date (UTC) of the issued warning. |
| `Start` | *(time)* Starting time and date (UTC) of the issued warning. Can be empty. |