Skip to content

Commit b21ef19

Browse files
committed
update icon and metadata
1 parent e2af71b commit b21ef19

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-mqtt-datasource",
3-
"version": "1.0.0",
3+
"version": "0.0.1-dev",
44
"description": "MQTT Datasource Plugin",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

src/img/logo.jpg

-64.8 KB
Binary file not shown.

src/plugin.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,25 @@
22
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
33
"type": "datasource",
44
"name": "MQTT",
5-
"id": "mqtt-datasource",
5+
"id": "grafana-mqtt-datasource",
66
"metrics": true,
77
"backend": true,
8+
"category": "iot",
89
"executable": "gpx_mqtt",
910
"info": {
1011
"description": "MQTT Client Datasource Plugin",
1112
"author": {
12-
"name": "Todd Treece",
13-
"url": "https://github.com/toddtreece"
13+
"name": "Grafana Labs",
14+
"url": "https://grafana.com"
1415
},
1516
"keywords": [
1617
"mqtt",
17-
"iot"
18+
"iot",
19+
"streaming"
1820
],
1921
"logos": {
20-
"small": "img/logo.jpg",
21-
"large": "img/logo.jpg"
22+
"small": "img/mqtt.svg",
23+
"large": "img/mqtt.svg"
2224
},
2325
"links": [
2426
{
@@ -35,7 +37,7 @@
3537
"updated": "%TODAY%"
3638
},
3739
"dependencies": {
38-
"grafanaDependency": ">=7.0.0",
40+
"grafanaDependency": ">=7.5.0",
3941
"plugins": []
4042
}
4143
}

0 commit comments

Comments
 (0)