Skip to content
Commit 79cd057d authored by Ismael Asensio's avatar Ismael Asensio
Browse files

dataengines/weather: Fix error values showing for DWD

The DWD provider uses a value of 32767 (0x7fff or 0b111111111111111)
to mark some measurements as invalid.

Instead of passing those values down to the DataEngine and the UI,
detect and invalidate them while parsing the source information.

BUG: 462548
FIXED-IN: 5.91.90
parent f52d8a41
Pipeline #569121 passed with stage
in 12 minutes and 9 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment