From 1b73beeb9c1d4a6cf503b93877bd7f11c9a4525b Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Thu, 15 Nov 2018 13:19:50 +0100 Subject: [PATCH] pio library defs --- library.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..d9a80a8 --- /dev/null +++ b/library.json @@ -0,0 +1,25 @@ +{ + "name": "sprocket-plugin-mqtt", + "keywords": "sprocket, plugin", + "description": "Plugin for message dispatching a Sprocket and a MQTT queue.", + "authors": + { + "name": "Patrick Balsiger", + "email": "patrick.balsiger@wirelos.net", + "url": "https://gitlab.com/0x1d" + }, + "repository": + { + "type": "git", + "url": "https://gitlab.com/wirelos/sprocket-plugin-mqtt" + }, + "frameworks": "arduino", + "platforms": "espressif8266, esp32", + "examples": "examples/*", + "export": { + "exclude": + [ + "src/examples/" + ] + } +} \ No newline at end of file