Files
IRremoteESP8266/library.json
David Conran 6a94b4460c v2.7.17 release (#1461)
## _v2.7.17 (20210418)_
### **[News]**
- The library now supports 100 IR protocols! \o/

**[Bug Fixes]**
- Fix `IRAcUtils::decodeToState()` for different length Samsung msgs (#1447 #1448)

**[Features]**
- Fujitsu: Add support for `ARREW4E` model. (#1455 #1456)
- Experimental detailed support for Truma A/Cs. (#1440 #1449)

**[Misc]**
- Fix Arduino library linter issues. (#1451 #1452 #1453 #1460)
2021-04-18 17:57:40 +10:00

50 lines
1.2 KiB
JSON

{
"name": "IRremoteESP8266",
"version": "2.7.17",
"keywords": "infrared, ir, remote, esp8266, esp32",
"description": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)",
"repository":
{
"type": "git",
"url": "https://github.com/crankyoldgit/IRremoteESP8266.git"
},
"authors": [
{
"name": "David Conran",
"url": "https://plus.google.com/+davidconran",
"maintainer": true
},
{
"name": "Mark Szabo",
"url": "http://nomartini-noparty.blogspot.com/",
"maintainer": true
},
{
"name": "Sebastien Warin",
"url": "http://sebastien.warin.fr",
"maintainer": true
},
{
"name": "Ken Shirriff",
"email": "zetoslab@gmail.com"
},
{
"name": "Roi Dayan",
"url": "https://github.com/roidayan/",
"maintainer": true
},
{
"name": "Massimiliano Pinto",
"url": "https://github.com/pintomax/",
"maintainer": true
},
{
"name": "Christian Nilsson",
"url": "https://github.com/NiKiZe",
"maintainer": true
}
],
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif32"]
}