Skip to content

Commit

Permalink
automated release 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idastambuk committed Jul 5, 2024
1 parent e648b93 commit b979936
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"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", "cloud provider", "twinmaker"],
"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.16.0",
"updated": "2024-07-05"
},

"includes": [
{
"type": "datasource",
"name": "Grafana IoT TwinMaker Datasource",
"path": "datasource/plugin.json"
},
{
"type": "panel",
"name": "AWS IoT TwinMaker Alarm Configuration Panel",
"path": "panels/alarm/plugin.json"
},
{
"type": "panel",
"name": "Grafana IoT TwinMaker Dashboard Layout Panel",
"path": "panels/layout/plugin.json"
},
{
"type": "panel",
"name": "AWS IoT TwinMaker Query Editor Panel",
"path": "panels/query-editor/plugin.json"
},
{
"type": "panel",
"name": "AWS IoT TwinMaker Scene Viewer Panel",
"path": "panels/scene-viewer/plugin.json"
},
{
"type": "panel",
"name": "AWS IoT TwinMaker Video Player Panel",
"path": "panels/video-player/plugin.json"
}
],

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

0 comments on commit b979936

Please sign in to comment.