mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-01-19 02:56:23 +00:00
Update encodeDownlink code template.
This commit is contained in:
parent
b0e61b50d2
commit
90c5af20df
@ -50,7 +50,7 @@ function decodeUplink(input) {
|
||||
// - bytes = Byte array containing the downlink payload.
|
||||
function encodeDownlink(input) {
|
||||
return {
|
||||
data: [225, 230, 255, 0]
|
||||
bytes: [225, 230, 255, 0]
|
||||
};
|
||||
}
|
||||
`;
|
||||
|
@ -59,7 +59,7 @@ function decodeUplink(input) {
|
||||
// - bytes = Byte array containing the downlink payload.
|
||||
function encodeDownlink(input) {
|
||||
return {
|
||||
data: [225, 230, 255, 0]
|
||||
bytes: [225, 230, 255, 0]
|
||||
};
|
||||
}
|
||||
`;
|
||||
|
Loading…
Reference in New Issue
Block a user