mirror of https://github.com/arendst/Tasmota.git
22 lines
424 B
JSON
22 lines
424 B
JSON
{
|
|
"name": "rc-switch",
|
|
"description": "Use your Arduino or Raspberry Pi to operate remote radio controlled devices",
|
|
"keywords": "rf, radio, wireless",
|
|
"authors":
|
|
{
|
|
"name": "Suat Ozgur"
|
|
},
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/sui77/rc-switch.git"
|
|
},
|
|
"version": "2.6.2",
|
|
"frameworks": [
|
|
"arduino",
|
|
"energia",
|
|
"wiringpi"
|
|
],
|
|
"platforms": "*"
|
|
}
|