Skip to content

Commit

Permalink
automated release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshsahay committed Oct 18, 2023
1 parent 71a4f4f commit 2434e55
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"type": "app",
"name": "AWS IoT TwinMaker App",
"id": "grafana-iot-twinmaker-app",
"category": "iot",
"autoEnabled": true,

"info": {
"description": "Create end-user 3D digital twin applications to monitor industrial operations with AWS IoT TwinMaker. AWS IoT TwinMaker is a service that makes it faster and easier for developers to create digital replicas of real-world systems, helping more customers realize the potential of digital twins to optimize operations.",
"author": {
"name": "AWS IoT TwinMaker",
"url": "https://aws.amazon.com"
},
"keywords": ["aws", "iot", "panel"],
"logos": {
"small": "img/AWS-IoT-TwinMaker.png",
"large": "img/AWS-IoT-TwinMaker.png"
},
"links": [{ "name": "Website", "url": "https://github.com/grafana/grafana-iot-twinmaker-app" }],
"screenshots": [],
"version": "1.9.0",
"updated": "2023-10-17"
},

"includes": [
{
"type": "datasource",
"name": "Grafana IoT TwinMaker Datasource"
}
],

"dependencies": {
"grafanaDependency": ">=8.4.0",
"grafanaVersion": "8.4.0",
"plugins": []
}
}

0 comments on commit 2434e55

Please sign in to comment.