From 2835ef97e7192b403ff883d7e7ced85d55d56afd Mon Sep 17 00:00:00 2001
From: Maximilian <43999966+DeerMaximum@users.noreply.github.com>
Date: Tue, 29 Mar 2022 13:08:29 +0200
Subject: [PATCH] Added more attributes to NINA (#21761)
---
source/_integrations/nina.markdown | 3 +++
1 file changed, 3 insertions(+)
diff --git a/source/_integrations/nina.markdown b/source/_integrations/nina.markdown
index e0f698fa9ac..d1c18133dc2 100644
--- a/source/_integrations/nina.markdown
+++ b/source/_integrations/nina.markdown
@@ -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.
Extreme - Extraordinary threat to life or property
Severe - Significant threat to life or property
Moderate - Possible threat to life or property
Minor – Minimal to no known threat to life or property
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. |