mirror of
https://github.com/jdejaegh/irm-kmi-api.git
synced 2025-06-26 20:05:40 +02:00
Add TODO
This commit is contained in:
parent
5b5c83401d
commit
7407cd3b58
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ from typing import Final
|
|||
|
||||
from irm_kmi_api.data import IrmKmiConditionEvol
|
||||
|
||||
# TODO enum as well for those three values?
|
||||
POLLEN_NAMES: Final = {'Alder', 'Ash', 'Birch', 'Grasses', 'Hazel', 'Mugwort', 'Oak'}
|
||||
POLLEN_LEVEL_TO_COLOR = {'null': 'green', 'low': 'yellow', 'moderate': 'orange', 'high': 'red', 'very high': 'purple',
|
||||
'active': 'active'}
|
||||
|
|
Loading…
Add table
Reference in a new issue