wylark
/
infoex-autowx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5a3ed6d
)
"Import" all unit variables from custom program
author
Alexander Vasarab <alexander@wylark.com>
Tue, 24 Sep 2024 14:50:12 +0000
(16:50 +0200)
committer
Alexander Vasarab <alexander@wylark.com>
Tue, 24 Sep 2024 14:50:12 +0000
(16:50 +0200)
infoex-autowx.py
patch
|
blob
|
history
diff --git
a/infoex-autowx.py
b/infoex-autowx.py
index eb9bb7d59136b1d19dba877a754f81ee767b2699..86f0475fb9cb8e298605d595edb2414abbbfd23d 100755
(executable)
--- 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['tempPres'] = 'tempPres'
iemap['tempPresUnit'] = 'tempPresUnit'
iemap['tempMaxHour'] = 'tempMaxHour'
+ iemap['tempMaxHourUnit'] = 'tempMaxHourUnit'
iemap['tempMinHour'] = 'tempMinHour'
iemap['tempMinHour'] = 'tempMinHour'
+ iemap['tempMinHourUnit'] = 'tempMinHourUnit'
iemap['hS'] = 'hS'
iemap['hsUnit'] = 'hsUnit'
iemap['baro'] = 'baro'
iemap['rH'] = 'rH'
iemap['windSpeedNum'] = 'windSpeedNum'
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['windDirectionNum'] = 'windDirectionNum'
iemap['windGustSpeedNum'] = 'windGustSpeedNum'
+ iemap['dewPointUnit'] = 'dewPointUnit'
+ iemap['hn24AutoUnit'] = 'hn24AutoUnit'
+ iemap['hstAutoUnit'] = 'hstAutoUnit'
return iemap
return iemap