From: Alexander Vasarab Date: Tue, 24 Sep 2024 14:50:12 +0000 (+0200) Subject: "Import" all unit variables from custom program X-Git-Tag: v3.4.4~1 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/02fff09e2814783109f52392451894cec03a4cf4?ds=inline;hp=5a3ed6d90fc69bbe5de76c18adc8d9be616b706b "Import" all unit variables from custom program --- diff --git a/infoex-autowx.py b/infoex-autowx.py index eb9bb7d..86f0475 100755 --- a/infoex-autowx.py +++ b/infoex-autowx.py @@ -484,14 +484,20 @@ def setup_infoex_counterparts_mapping(provider): iemap['tempPres'] = 'tempPres' iemap['tempPresUnit'] = 'tempPresUnit' iemap['tempMaxHour'] = 'tempMaxHour' + iemap['tempMaxHourUnit'] = 'tempMaxHourUnit' iemap['tempMinHour'] = 'tempMinHour' + iemap['tempMinHourUnit'] = 'tempMinHourUnit' iemap['hS'] = 'hS' iemap['hsUnit'] = 'hsUnit' iemap['baro'] = 'baro' iemap['rH'] = 'rH' iemap['windSpeedNum'] = 'windSpeedNum' + iemap['windSpeedUnit'] = 'windSpeedUnit' iemap['windDirectionNum'] = 'windDirectionNum' iemap['windGustSpeedNum'] = 'windGustSpeedNum' + iemap['dewPointUnit'] = 'dewPointUnit' + iemap['hn24AutoUnit'] = 'hn24AutoUnit' + iemap['hstAutoUnit'] = 'hstAutoUnit' return iemap