Skip to content

Commit

Permalink
automated release 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
corteggiano committed Nov 19, 2024
1 parent 1a51414 commit a656af3
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"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": ["application", "aws", "amazon", "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.18.2",
"updated": "2024-11-19"
},

"includes": [
{
"type": "datasource",
"name": "Grafana IoT TwinMaker Datasource",
"path": "datasource/plugin.json"
},
{
"type": "panel",
"name": "AWS IoT TwinMaker Alarm Configuration Panel",
"path": "panels/alarm-configuration/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 a656af3

Please sign in to comment.