arduino-heatpumpir/library.json

25 lines
580 B
JSON
Raw Normal View History

2016-04-24 11:11:01 +08:00
{
"name": "HeatpumpIR",
"description": "Heatpump / Air Conditioner infrared control",
"keywords": "ac, ir, remote",
"authors": {
"name": "Toni Arte",
"email": "toni.arte@iki.fi",
"url": "https://github.com/ToniA"
},
"repository": {
"type": "git",
"url": "https://github.com/ToniA/arduino-heatpumpir.git"
},
"frameworks": "arduino",
"platforms": ["atmelavr", "espressif32", "espressif8266"],
2023-11-08 19:28:27 +08:00
"version": "1.0.25",
"dependencies": [
{
"owner": "crankyoldgit",
"name": "IRremoteESP8266",
2024-02-14 04:44:51 +08:00
"version": "~2.8.4"
}
]
2016-04-24 11:11:01 +08:00
}