Skip to content
Snippets Groups Projects
Commit 49903092 authored by LANGLAIS Charlotte's avatar LANGLAIS Charlotte
Browse files

Add new file

parent 8b2319c1
Branches function_part
No related tags found
No related merge requests found
function decodeUplink(input) {
return {
data: {
temp : input.bytes[0],
hum : input.bytes[1]
//bytes: input.bytes
},
warnings: [],
errors: []
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment