From f69955d91143a64bc352f7113b1b5e80902e3ef2 Mon Sep 17 00:00:00 2001 From: Ziehe Enrico Date: Thu, 6 Dec 2018 16:56:04 +0100 Subject: [PATCH] add support for platformio library manager --- library.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 00000000..de97043c --- /dev/null +++ b/library.json @@ -0,0 +1,19 @@ +{ + "name": MySensors NodeManager", + "version":"1.8.0", + "keywords":["framework", "sensor", "rf", "Mysensors"], + "description":"Frontend for your MySensors projects.", + "repository": + { + "type": "git", + "url": "https://github.com/mysensors/NodeManager.git", + }, + "frameworks": "arduino",, + "platforms": ["atmelavr", "atmelsam", "espressif8266"], + "dependencies": + { + "name": "MySensors", + "frameworks": "arduino" + } + +} \ No newline at end of file