raomin / ESPAltherma

Monitor your Daikin Altherma / ROTEX heat pump with ESP32
MIT License
317 stars 105 forks source link

Add missing 'break' after convertPress2Temp method call inside of switch case statement in convert function #325

Closed mnowa closed 5 months ago

mnowa commented 9 months ago

Adding missing break statement after convertPress2Temp method calls to avoid returning 'Conv <401-406> not avail' for all pressure to temp conversions performed in convert function.

raomin commented 5 months ago

Thanks for this one @mnowa!