From 1c0d7d5c69580c17e8ce2fe67603273da3c3cef6 Mon Sep 17 00:00:00 2001 From: IgnacioAyllon Date: Thu, 29 Jan 2026 10:48:26 +0100 Subject: [PATCH] Fix image route and README spam --- example-windsensor/README.md | 4 +--- example-windsensor/plugin.json | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/example-windsensor/README.md b/example-windsensor/README.md index 3ed8ad00..ebb108b2 100644 --- a/example-windsensor/README.md +++ b/example-windsensor/README.md @@ -1,5 +1,3 @@ -Based on the provided device data and template, here is the README.md: - # Wind Sensor The Wind Sensor is a LoRaWAN-enabled device designed for wind monitoring applications. It features integrated wind measurement capabilities combined with a controllable LED indicator for status visualization and signaling purposes. @@ -34,4 +32,4 @@ This product also provides a predefined dashboard and downlinks for LED control. ## Additional Resources -- [Thinger.io Documentation](https://docs.thinger.io) \ No newline at end of file +- [Thinger.io Documentation](https://docs.thinger.io) diff --git a/example-windsensor/plugin.json b/example-windsensor/plugin.json index 6d98b305..aae1815b 100644 --- a/example-windsensor/plugin.json +++ b/example-windsensor/plugin.json @@ -12,7 +12,7 @@ "metadata": { "name": "example_windsensor", "description": "LoRaWAN Wind Sensor with controllable LED for environmental monitoring", - "image": "assets/windsensor.png", + "image": "assets/example-windsensor.png", "category": "devices", "vendor": "example" }, @@ -593,4 +593,4 @@ } ] } -} \ No newline at end of file +}