diff --git a/lib/lib_rf/rc-switch/library.json b/lib/lib_rf/rc-switch/library.json index 1d7d2e367..0d6a337f4 100644 --- a/lib/lib_rf/rc-switch/library.json +++ b/lib/lib_rf/rc-switch/library.json @@ -1,21 +1,19 @@ { "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", "authors": { - "name": "Suat Ozgur" + "name": "Theo Arends" }, "repository": { "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": [ - "arduino", - "energia", - "wiringpi" + "arduino" ], "platforms": "*" }