Files
OpenMQTTGateway/lib/ESPiLight/library.json
Florian 67dd7ac078 update esppilight lib
content of the library is not filtered on 433mhz only
2018-11-28 20:41:37 +01:00

19 lines
713 B
JSON
Executable File

{
"name": "ESPiLight",
"keywords": "pilight, 433MHz, 434MHz, rf",
"description": "pilight 433.92 MHz protocols library for Arduino. With this port of pilight 433.92 MHz protocols, you can transmit, receive and parse all 434 MHz protocols (e.g., rc switches or weather stations) supported by pilight. This should help to implement IoT bridges between the 434MHz-RF band and internet protocols. It is developed and tested on ESP8266.",
"repository":
{
"type": "git",
"url": "https://github.com/puuu/ESPiLight.git"
},
"version": "0.15.0",
"license": "GPL-3.0",
"frameworks": "arduino",
"platforms":
[
"espressif8266",
"espressif32"
]
}