mirror of https://github.com/arendst/Tasmota.git
20 lines
371 B
JSON
20 lines
371 B
JSON
{
|
|
"name": "rc-switch",
|
|
"description": "Use ESP8266/ESP32 to operate remote radio controlled devices",
|
|
"keywords": "rf, radio, wireless",
|
|
"authors":
|
|
{
|
|
"name": "Theo Arends"
|
|
},
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/arendst/Tasmota.git"
|
|
},
|
|
"version": "1.0.0",
|
|
"frameworks": [
|
|
"arduino"
|
|
],
|
|
"platforms": "*"
|
|
}
|