From df8909d4eb2919a417bb14efbb911cf8991509af Mon Sep 17 00:00:00 2001 From: Todd Treece <360020+toddtreece@users.noreply.github.com> Date: Thu, 17 Aug 2023 18:48:17 +0000 Subject: [PATCH] automated release 1.0.0-beta.3 --- dist/plugin.json | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 0000000..7161a26 --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,43 @@ +{ + "$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json", + "type": "datasource", + "name": "MQTT", + "id": "grafana-mqtt-datasource", + "metrics": true, + "backend": true, + "category": "other", + "executable": "gpx_mqtt", + "info": { + "description": "MQTT Client Datasource Plugin", + "author": { + "name": "Grafana Labs", + "url": "https://grafana.com" + }, + "keywords": [ + "mqtt", + "iot", + "streaming" + ], + "logos": { + "small": "img/mqtt.svg", + "large": "img/mqtt.svg" + }, + "links": [ + { + "name": "Website", + "url": "https://github.com/grafana/mqtt-datasource" + }, + { + "name": "License", + "url": "https://github.com/grafana/mqtt-backend/blob/master/LICENSE" + } + ], + "screenshots": [], + "version": "1.0.0-beta.3", + "updated": "2023-08-17" + }, + "dependencies": { + "grafanaDependency": ">=9.1.0", + "plugins": [] + } +} \ No newline at end of file