Rename Dragino-RS485-BL-7in1-Soil-Sensor.txt to Dragino-RS485-BL-7in1-Soil-Sensor.js

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

View File

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