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 +}