From 0719f9811d35425261f2ac9d125bbd2b03446be8 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 26 Jul 2025 16:44:43 +0200 Subject: [PATCH] Fix LwDecode topic format --- tasmota/berry/lorawan/decoders/LwDecode.be | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/berry/lorawan/decoders/LwDecode.be b/tasmota/berry/lorawan/decoders/LwDecode.be index 414688d0f..e692de5de 100644 --- a/tasmota/berry/lorawan/decoders/LwDecode.be +++ b/tasmota/berry/lorawan/decoders/LwDecode.be @@ -15,7 +15,7 @@ class lwdecode_cls self.LwDecoders = {} self.topic = string.replace(string.replace( tasmota.cmd('_FullTopic',true)['FullTopic'], - '%topic%', tasmota.cmd('_Topic',true)['Topic']), + '%topic%', tasmota.cmd('_Status',true)['Status']['Topic']), '%prefix%', tasmota.cmd('_Prefix',true)['Prefix3']) # tele + 'SENSOR'