crankyoldgit / IRremoteESP8266

Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/
GNU Lesser General Public License v2.1
2.95k stars 831 forks source link

[BUG] Ensure `IRCoolixAC::toCommon()` returns `kNoTempValue` correctly. #2015

Closed crankyoldgit closed 1 year ago

crankyoldgit commented 1 year ago

It seems we were reporting an incorrect sensor temp (31) which normally means "There is no sensor temp.", instead of kNoTempValue.

Fixes #2012