diff --git a/Codec/Dragino-LGT92.txt b/Codec/Dragino-LGT92.js similarity index 96% rename from Codec/Dragino-LGT92.txt rename to Codec/Dragino-LGT92.js index b74d3e7..ff3694c 100644 --- a/Codec/Dragino-LGT92.txt +++ b/Codec/Dragino-LGT92.js @@ -101,4 +101,4 @@ function decodeUplink(input) { // - bytes = Byte array containing the downlink payload. function encodeDownlink(input) { return {bytes: []}; -} \ No newline at end of file +}