ibaton / OpenHAB-binding-SMHI

SMHI weather binding for OpenHAB.
2 stars 2 forks source link

Does not retrieve air pressure #1

Closed rogerbille closed 9 years ago

rogerbille commented 10 years ago

Air pressure is returned from SMHI as msl. But in SmhiBinding.java line 164 look for msi. Change

@SerializedName("msi")

to

@SerializedName("msl")

I don't have any development environment setup so I have not been able to test.

Keep up the good work

Roger/Nyköping

ibaton commented 10 years ago

Thanks Roger. You are right.

I will change it as soon as possible.