diff --git a/library.json b/library.json deleted file mode 100644 index 7d9705d..0000000 --- a/library.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "homecontrol-mqtt", - "keywords": "ethernet, wifi, esp, mqtt, home, automation, smart", - "description": "This library allows you to send and receive MQTT messages with HomeControlAS system.", - "repository": { - "type": "git", - "url": "https://github.com/HomeControlAS/homecontrol-mqtt" - }, - "version": "0.1", - "examples": "examples/*/*.ino", - "frameworks": "arduino", - "platforms": [ - "espressif8266" - ], - "dependencies": - [ - ] -}