From 6f4f8b55178f2ea49de7a704815e1016523ae438 Mon Sep 17 00:00:00 2001 From: Harry Wandersman <87385528+hwandersman@users.noreply.github.com> Date: Fri, 14 Jun 2024 19:22:24 +0000 Subject: [PATCH] automated release 1.15.0 --- dist/plugin.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 00000000..1761f89a --- /dev/null +++ b/dist/plugin.json @@ -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", "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.15.0", + "updated": "2024-06-14" + }, + + "includes": [ + { + "type": "datasource", + "name": "Grafana IoT TwinMaker Datasource" + } + ], + + "dependencies": { + "grafanaDependency": ">=8.4.0", + "grafanaVersion": "8.4.0", + "plugins": [] + } +}