Rename Dragino-LGT92.txt to Dragino-LGT92.js

This commit is contained in:
IoTThinks.com 2023-06-07 16:39:43 +07:00 committed by GitHub
parent 9e76b26fcd
commit dcffbcc213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -101,4 +101,4 @@ function decodeUplink(input) {
// - bytes = Byte array containing the downlink payload.
function encodeDownlink(input) {
return {bytes: []};
}
}