Skip to content

Commit

Permalink
automated release 1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
toddtreece committed Apr 25, 2023
1 parent b9092a8 commit 71399e1
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -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.2",
"updated": "2023-04-25"
},
"dependencies": {
"grafanaDependency": ">=9.1.0",
"plugins": []
}
}

0 comments on commit 71399e1

Please sign in to comment.