From c1a8a0b8f25ce1eadc9e88fec6f976e464cd4cec Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 9 Feb 2024 13:40:21 +0100 Subject: [PATCH] add decoder for lsn50 3-way, fix 1 --- src/udi/handlers/ttn/models/draginoLsn50/draginoLsn50.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/udi/handlers/ttn/models/draginoLsn50/draginoLsn50.go b/src/udi/handlers/ttn/models/draginoLsn50/draginoLsn50.go index dcfe530..3a7a949 100644 --- a/src/udi/handlers/ttn/models/draginoLsn50/draginoLsn50.go +++ b/src/udi/handlers/ttn/models/draginoLsn50/draginoLsn50.go @@ -2,7 +2,6 @@ package draginoLsn50 import ( "fmt" - "strconv" "encoding/json" "udi/database" )