Skip to content

Commit 1751899

Browse files
authored
Add "Brouillard dense" weather class
1 parent f24d3e1 commit 1751899

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

nabweatherd/nabweatherd.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ class meteoError(Exception):
215215
"foggy",
216216
FOGGY_INFO_ANIMATION,
217217
),
218+
"Brouillard dense": (
219+
"foggy",
220+
FOGGY_INFO_ANIMATION,
221+
),
218222
"Brouillard givrant": (
219223
"foggy",
220224
FOGGY_INFO_ANIMATION,

0 commit comments

Comments
 (0)