mirror of https://github.com/arendst/Tasmota.git
Update library.json
This commit is contained in:
parent
20c18b37e8
commit
235a074bfc
|
@ -1,21 +1,19 @@
|
||||||
{
|
{
|
||||||
"name": "rc-switch",
|
"name": "rc-switch",
|
||||||
"description": "Use your Arduino or Raspberry Pi to operate remote radio controlled devices",
|
"description": "Use ESP8266/ESP32 to operate remote radio controlled devices",
|
||||||
"keywords": "rf, radio, wireless",
|
"keywords": "rf, radio, wireless",
|
||||||
"authors":
|
"authors":
|
||||||
{
|
{
|
||||||
"name": "Suat Ozgur"
|
"name": "Theo Arends"
|
||||||
},
|
},
|
||||||
"repository":
|
"repository":
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sui77/rc-switch.git"
|
"url": "https://github.com/arendst/Tasmota.git"
|
||||||
},
|
},
|
||||||
"version": "2.6.2",
|
"version": "1.0.0",
|
||||||
"frameworks": [
|
"frameworks": [
|
||||||
"arduino",
|
"arduino"
|
||||||
"energia",
|
|
||||||
"wiringpi"
|
|
||||||
],
|
],
|
||||||
"platforms": "*"
|
"platforms": "*"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue