Tasmota/lib/lib_rf/rc-switch/library.json

20 lines
371 B
JSON
Raw Normal View History

{
"name": "rc-switch",
2021-02-23 10:36:09 +00:00
"description": "Use ESP8266/ESP32 to operate remote radio controlled devices",
"keywords": "rf, radio, wireless",
"authors":
{
2021-02-23 10:36:09 +00:00
"name": "Theo Arends"
},
"repository":
{
"type": "git",
2021-02-23 10:36:09 +00:00
"url": "https://github.com/arendst/Tasmota.git"
},
2021-02-23 10:36:09 +00:00
"version": "1.0.0",
"frameworks": [
2021-02-23 10:36:09 +00:00
"arduino"
],
"platforms": "*"
}