Create testing.ttnv3.js
This commit is contained in:
parent
f9fabb1f83
commit
b20af07e6c
1 changed files with 9 additions and 0 deletions
9
birdy-slim-iot/payload-formatters/testing.ttnv3.js
Normal file
9
birdy-slim-iot/payload-formatters/testing.ttnv3.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
function decodeUplink(input) {
|
||||
return {
|
||||
data: Decoder(input.bytes, input.fPort),
|
||||
warnings: [],
|
||||
errors: []
|
||||
};
|
||||
}
|
||||
|
||||
/** Attach the Code of testing.ttnv2.js **/
|
Loading…
Add table
Reference in a new issue