Files
IRremoteESP8266/library.json
David Conran d02bc1c5fa v2.7.13 release (#1343)
## _v2.7.13 (20201125)_

**[Bug Fixes]**
- Fix crash when `IRac::sendAc(state_t, *state_t)` called with `SAMSUNG_AC` & `NULL` (#1341 #1339)
- Mitsubishi112 & 136: `setSwingV()` incorrectly sets mode. (#1337)
- Typo preventing RC6 from compiling when other protocols disabled. (#1332 #1331)

**[Features]**
- Coolix: Improve Sensor(ZoneFollow) and add Vane Step support. (#1340 #1318)

**[Misc]**
- refactor ir_Coolix (#1340)
- refactor ir_Mitsubishi (#1336)
- refactor ir_MitsubishiHeavy (#1333)
2020-11-26 00:21:56 +10:00

50 lines
1.2 KiB
JSON

{
"name": "IRremoteESP8266",
"version": "2.7.13",
"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"]
}