File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 {
3537 "updated" : " %TODAY%"
3638 },
3739 "dependencies" : {
38- "grafanaDependency" : " >=7.0 .0" ,
40+ "grafanaDependency" : " >=7.5 .0" ,
3941 "plugins" : []
4042 }
4143}
You can’t perform that action at this time.
0 commit comments