Rename Dragino-LAQ4.txt to Dragino-LAQ4.js

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

View File

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