Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit 3b8049fa authored by Florian Beer's avatar Florian Beer Committed by GitHub
Browse files

Merge pull request #4 from dkozinn/master

Adding missing module match for temperature trend
parents 12bf5dc4 97a6228c
No related branches found
No related tags found
No related merge requests found
......@@ -2083,7 +2083,12 @@
"key": "station",
"operator": "=~",
"value": "/^$Station$/"
}
},
{
"condition": "AND",
"key": "module",
"operator": "=~",
"value": "/^$Module$/"
]
}
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment