Skip to content

Commit 48f0189

Browse files
committed
automated release 2.0.1
1 parent 472fefb commit 48f0189

1 file changed

Lines changed: 67 additions & 0 deletions

File tree

dist/plugin.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"type": "app",
3+
"name": "AWS IoT TwinMaker App",
4+
"id": "grafana-iot-twinmaker-app",
5+
"category": "iot",
6+
"autoEnabled": true,
7+
"info": {
8+
"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.",
9+
"author": {
10+
"name": "AWS IoT TwinMaker",
11+
"url": "https://aws.amazon.com"
12+
},
13+
"keywords": [
14+
"application",
15+
"aws",
16+
"amazon",
17+
"iot",
18+
"panel",
19+
"cloud provider",
20+
"twinmaker"
21+
],
22+
"logos": {
23+
"small": "img/AWS-IoT-TwinMaker.png",
24+
"large": "img/AWS-IoT-TwinMaker.png"
25+
},
26+
"links": [
27+
{
28+
"name": "Website",
29+
"url": "https://github.com/grafana/grafana-iot-twinmaker-app"
30+
}
31+
],
32+
"screenshots": [],
33+
"version": "2.0.1",
34+
"updated": "2025-05-08"
35+
},
36+
"includes": [
37+
{
38+
"type": "datasource",
39+
"name": "Grafana IoT TwinMaker Datasource",
40+
"path": "datasource/plugin.json"
41+
},
42+
{
43+
"type": "panel",
44+
"name": "AWS IoT TwinMaker Alarm Configuration Panel",
45+
"path": "panels/alarm-configuration/plugin.json"
46+
},
47+
{
48+
"type": "panel",
49+
"name": "AWS IoT TwinMaker Query Editor Panel",
50+
"path": "panels/query-editor/plugin.json"
51+
},
52+
{
53+
"type": "panel",
54+
"name": "AWS IoT TwinMaker Scene Viewer Panel",
55+
"path": "panels/scene-viewer/plugin.json"
56+
},
57+
{
58+
"type": "panel",
59+
"name": "AWS IoT TwinMaker Video Player Panel",
60+
"path": "panels/video-player/plugin.json"
61+
}
62+
],
63+
"dependencies": {
64+
"grafanaDependency": ">=10.4.0"
65+
},
66+
"buildMode": "production"
67+
}

0 commit comments

Comments
 (0)