Skip to content

Commit ac3c15b

Browse files
committed
v2.8.3 release
_v2.8.3 (20220915)_ **[Bug Fixes]** - Fix `#if` for DECODE_COOLIX48 (#1796) - Add missing `prev`s to `decodeToState()` (#1783) **[Features]** - Add `pause()` function to ESP32 when receiving. (#1871) - ARGO: Argo add `sendSensorTemp()` (#1858 #1859) - HAIER_AC160: Experimental detail support. (#1852 #1804) - BOSCH144: Add IRac class support (#1841) - Mitsubishi_AC: update left vane in `IRac` class (#1837) - Basic support for Daikin 312bit/39byte A/C protocol. (#1836 #1829) - Experimental basic support for Sanyo AC 152 bit protocol. (#1828 #1826) - GREE: Add model support for `YX1FSF`/Soleus Air Windown A/C (#1823 #1821) - Experimental basic support for Bosch 144bit protocol. (#1822 #1787) - Experimental basic support for TCL AC 96 bit protocol. (#1820 #1810) - Add basic support for clima-butler (52bit) RCS-SD43UWI (#1815 #1812) - TOTO: An experimental _(s)wipe_ at support for Toto Toilets. (#1811 #1806) - CARRIER_AC128: Experimental Basic support for Carrier AC 128bit protocol. (#1798 #1797) - HAIER_AC160: Add basic support for Haier 160bit protocol. (#1805 #1804) - DAIKIN: Add basic support for 200-bit Daikin protocol. (#1803 #1802) - FUJITSU: Improve handling of 10C Heat mode. (#1788 #1780) - FUJITSU: Improve handling of short (command only) messages. (#1784 #1780) **[Misc]** - Improve the `_IRREMOTEESP8266_VERSION_VAL` macro (#1875 #1870) - SONY: Update supported devices. (#1872) - SAMSUNG: Update supported devices (#1873) - NEC: Update supported devices (#1874) - Give IRmacros.h smaller scope to avoid impacting projects using IRremoteESP8266 (#1857 #1853 #1851) - Inhibit protocol names for not-included protocols (#1853 #1851) - Test out codeql static analysis (#1842) - Remove pylint disable=no-self-use (#1817) - Fujitsu General: update supported devices (#1813) - DAIKIN: Update supported devices (#1808 #1807) - Fujitsu: Update supported remote info. (#1801 #1794) - DAIKIN128: Update supported devices (#1754) - Voltas: Add link to manual for 122LZF A/C. (#1800 #1799 #1238) - Daikin128: Additional unit test. (#1795 #1754) - MIDEA: Update supported devices (#1791 #1790)
1 parent 0ad2247 commit ac3c15b

File tree

9 files changed

+272
-27
lines changed

9 files changed

+272
-27
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
This library enables you to **send _and_ receive** infra-red signals on an [ESP8266](https://github.com/esp8266/Arduino) or an
1111
[ESP32](https://github.com/espressif/arduino-esp32) using the [Arduino framework](https://www.arduino.cc/) using common 940nm IR LEDs and common IR receiver modules. e.g. TSOP{17,22,24,36,38,44,48}* demodulators etc.
1212

13-
## v2.8.2 Now Available
14-
Version 2.8.2 of the library is now [available](https://github.com/crankyoldgit/IRremoteESP8266/releases/latest). You can view the [Release Notes](ReleaseNotes.md) for all the significant changes.
13+
## v2.8.3 Now Available
14+
Version 2.8.3 of the library is now [available](https://github.com/crankyoldgit/IRremoteESP8266/releases/latest). You can view the [Release Notes](ReleaseNotes.md) for all the significant changes.
1515

1616
#### Upgrading from pre-v2.0
1717
Usage of the library has been slightly changed in v2.0. You will need to change your usage to work with v2.0 and beyond. You can read more about the changes required on our [Upgrade to v2.0](https://github.com/crankyoldgit/IRremoteESP8266/wiki/Upgrading-to-v2.0) page.

README_de.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
Diese Programmbibliothek ermöglicht das **Senden _und_ Empfangen** von Infrarotsignalen mit [ESP8266](https://github.com/esp8266/Arduino)- und
1212
[ESP32](https://github.com/espressif/arduino-esp32)-Mikrocontrollern mithilfe des [Arduino-Frameworks](https://www.arduino.cc/) und handelsüblichen 940nm Infrarot-LEDs undIR-Empfängermodulen, wie zum Beispiel TSOP{17,22,24,36,38,44,48}*-Demodulatoren.
1313

14-
## v2.8.2 jetzt verfügbar
15-
Version 2.8.2 der Bibliothek ist nun [verfügbar](https://github.com/crankyoldgit/IRremoteESP8266/releases/latest). Die [Versionshinweise](ReleaseNotes.md) enthalten alle wichtigen Neuerungen.
14+
## v2.8.3 jetzt verfügbar
15+
Version 2.8.3 der Bibliothek ist nun [verfügbar](https://github.com/crankyoldgit/IRremoteESP8266/releases/latest). Die [Versionshinweise](ReleaseNotes.md) enthalten alle wichtigen Neuerungen.
1616

1717
#### Hinweis für Nutzer von Versionen vor v2.0
1818
Die Benutzung der Bibliothek hat sich mit Version 2.0 leicht geändert. Einige Anpassungen im aufrufenden Code werden nötig sein, um mit Version ab 2.0 korrekt zu funktionieren. Mehr zu den Anpassungen finden sich auf unserer [Upgrade to v2.0](https://github.com/crankyoldgit/IRremoteESP8266/wiki/Upgrading-to-v2.0)-Seite.

README_fr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
Cette librairie vous permetra de **recevoir et d'envoyer des signaux** infrarouge sur le protocole [ESP8266](https://github.com/esp8266/Arduino) ou sur le protocole
1111
[ESP32](https://github.com/espressif/arduino-esp32) en utilisant le [Arduino framework](https://www.arduino.cc/) qui utilise la norme 940nm IR LEDs et le module basique de reception d'onde IR. Exemple : TSOP{17,22,24,36,38,44,48}* modules etc.
1212

13-
## v2.8.2 disponible
14-
Version 2.8.2 de la libraire est maintenant [disponible](https://github.com/crankyoldgit/IRremoteESP8266/releases/latest). Vous pouvez voir le [Release Notes](ReleaseNotes.md) pour tous les changements importants.
13+
## v2.8.3 disponible
14+
Version 2.8.3 de la libraire est maintenant [disponible](https://github.com/crankyoldgit/IRremoteESP8266/releases/latest). Vous pouvez voir le [Release Notes](ReleaseNotes.md) pour tous les changements importants.
1515

1616
#### mise à jour depuis pre-v2.0
1717
L'utilisation de la librairie à un peu changer depuis la version in v2.0. Si vous voulez l'utiliser vous devrez changer votre utilisation aussi. Vous pouvez vous renseigner sur les précondition d'utilisation ici : [Upgrade to v2.0](https://github.com/crankyoldgit/IRremoteESP8266/wiki/Upgrading-to-v2.0) page.

ReleaseNotes.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# Release Notes
22

3+
## _v2.8.3 (20220915)_
4+
5+
**[Bug Fixes]**
6+
- Fix `#if` for DECODE_COOLIX48 (#1796)
7+
- Add missing `prev`s to `decodeToState()` (#1783)
8+
9+
**[Features]**
10+
- Add `pause()` function to ESP32 when receiving. (#1871)
11+
- ARGO: Argo add `sendSensorTemp()` (#1858 #1859)
12+
- HAIER_AC160: Experimental detail support. (#1852 #1804)
13+
- BOSCH144: Add IRac class support (#1841)
14+
- Mitsubishi_AC: update left vane in `IRac` class (#1837)
15+
- Basic support for Daikin 312bit/39byte A/C protocol. (#1836 #1829)
16+
- Experimental basic support for Sanyo AC 152 bit protocol. (#1828 #1826)
17+
- GREE: Add model support for `YX1FSF`/Soleus Air Windown A/C (#1823 #1821)
18+
- Experimental basic support for Bosch 144bit protocol. (#1822 #1787)
19+
- Experimental basic support for TCL AC 96 bit protocol. (#1820 #1810)
20+
- Add basic support for clima-butler (52bit) RCS-SD43UWI (#1815 #1812)
21+
- TOTO: An experimental _(s)wipe_ at support for Toto Toilets. (#1811 #1806)
22+
- CARRIER_AC128: Experimental Basic support for Carrier AC 128bit protocol. (#1798 #1797)
23+
- HAIER_AC160: Add basic support for Haier 160bit protocol. (#1805 #1804)
24+
- DAIKIN: Add basic support for 200-bit Daikin protocol. (#1803 #1802)
25+
- FUJITSU: Improve handling of 10C Heat mode. (#1788 #1780)
26+
- FUJITSU: Improve handling of short (command only) messages. (#1784 #1780)
27+
28+
**[Misc]**
29+
- Improve the `_IRREMOTEESP8266_VERSION_VAL` macro (#1875 #1870)
30+
- SONY: Update supported devices. (#1872)
31+
- SAMSUNG: Update supported devices (#1873)
32+
- NEC: Update supported devices (#1874)
33+
- Give IRmacros.h smaller scope to avoid impacting projects using IRremoteESP8266 (#1857 #1853 #1851)
34+
- Inhibit protocol names for not-included protocols (#1853 #1851)
35+
- Test out codeql static analysis (#1842)
36+
- Remove pylint disable=no-self-use (#1817)
37+
- Fujitsu General: update supported devices (#1813)
38+
- DAIKIN: Update supported devices (#1808 #1807)
39+
- Fujitsu: Update supported remote info. (#1801 #1794)
40+
- DAIKIN128: Update supported devices (#1754)
41+
- Voltas: Add link to manual for 122LZF A/C. (#1800 #1799 #1238)
42+
- Daikin128: Additional unit test. (#1795 #1754)
43+
- MIDEA: Update supported devices (#1791 #1790)
44+
45+
346
## _v2.8.2 (20220314)_
447

548
**[Bug Fixes]**

0 commit comments

Comments
 (0)