Skip to content

Commit 71399e1

Browse files
committed
automated release 1.0.0-beta.2
1 parent b9092a8 commit 71399e1

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

dist/plugin.json

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
3+
"type": "datasource",
4+
"name": "MQTT",
5+
"id": "grafana-mqtt-datasource",
6+
"metrics": true,
7+
"backend": true,
8+
"category": "other",
9+
"executable": "gpx_mqtt",
10+
"info": {
11+
"description": "MQTT Client Datasource Plugin",
12+
"author": {
13+
"name": "Grafana Labs",
14+
"url": "https://grafana.com"
15+
},
16+
"keywords": [
17+
"mqtt",
18+
"iot",
19+
"streaming"
20+
],
21+
"logos": {
22+
"small": "img/mqtt.svg",
23+
"large": "img/mqtt.svg"
24+
},
25+
"links": [
26+
{
27+
"name": "Website",
28+
"url": "https://github.com/grafana/mqtt-datasource"
29+
},
30+
{
31+
"name": "License",
32+
"url": "https://github.com/grafana/mqtt-backend/blob/master/LICENSE"
33+
}
34+
],
35+
"screenshots": [],
36+
"version": "1.0.0-beta.2",
37+
"updated": "2023-04-25"
38+
},
39+
"dependencies": {
40+
"grafanaDependency": ">=9.1.0",
41+
"plugins": []
42+
}
43+
}

0 commit comments

Comments
 (0)