From 92c0f65d3f9b84dd9396e4fb3c266a801ee35353 Mon Sep 17 00:00:00 2001 From: toleiva Date: Fri, 13 Jun 2025 12:20:30 -0400 Subject: [PATCH] fix missing Left brace --- CPL03-LB/CPL03-LB_TTN_v1.1.1_decoder.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CPL03-LB/CPL03-LB_TTN_v1.1.1_decoder.txt b/CPL03-LB/CPL03-LB_TTN_v1.1.1_decoder.txt index 4e7c7de..5dd492f 100644 --- a/CPL03-LB/CPL03-LB_TTN_v1.1.1_decoder.txt +++ b/CPL03-LB/CPL03-LB_TTN_v1.1.1_decoder.txt @@ -187,7 +187,7 @@ function Decoder(bytes, port) { } else if(work_mod=="CPL03") { - return + return { Node_type:"CPL03-LB", WORKMOD:work_mod, CMOD:count_mod, @@ -202,4 +202,4 @@ function Decoder(bytes, port) { }; } } -} \ No newline at end of file +}