Rename Dragino-RS485-BL.txt to Dragino-RS485-BL.js
This commit is contained in:
parent
c68311a078
commit
8572f59968
Codec
|
@ -29,4 +29,4 @@ function decodeUplink(input) {
|
||||||
// - bytes = Byte array containing the downlink payload.
|
// - bytes = Byte array containing the downlink payload.
|
||||||
function encodeDownlink(input) {
|
function encodeDownlink(input) {
|
||||||
return {bytes: []};
|
return {bytes: []};
|
||||||
}
|
}
|
Loading…
Reference in New Issue