From 1abd749fedf4d6000f4dcf567dc52022039ef339 Mon Sep 17 00:00:00 2001 From: seniorbeto <100471939@alumnos.uc3m.es> Date: Tue, 1 Jul 2025 12:55:29 +0200 Subject: [PATCH] Update Thingerio Plugin Template --- thingerio.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/thingerio.yml b/thingerio.yml index 1f2ec0b..f4ad391 100644 --- a/thingerio.yml +++ b/thingerio.yml @@ -22,10 +22,16 @@ fields: description: Thinger.io TTS Plugin Authorization Header secret: false optional: false + - id: plugin_endpoint + name: Plugin Endpoint + description: Thinger.io TTS Plugin Endpoint Selector + secret: false + optional: false + default-value: ttn format: json headers: Authorization: "{authorization_header}" create-downlink-api-key: true -base-url: https://{server_instance}/users/{user}/plugins/ttn-stack +base-url: https://{server_instance}/users/{user}/plugins/{plugin_endpoint} paths: - uplink-message: /uplink + uplink-message: /uplink \ No newline at end of file