Files
OpenMQTTGateway/lib/ESPiLight/library.json
Florian ef431f6409 Update ESPilight library to 0.16.0
tfa protocol
kerui protocol
2019-02-15 20:25:53 +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.16.0",
"license": "GPL-3.0",
"frameworks": "arduino",
"platforms":
[
"espressif8266",
"espressif32"
]
}