Skip to content

Commit

Permalink
Added decoding of CMD_GET_APP_PAYLOAD_CFG
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed May 30, 2024
1 parent c5dbff5 commit 0043c30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/downlink_formatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
// 20240508 Fixed decoding of raw data
// Added en_decoders to CMD_GET_SENSORS_CFG/CMD_SET_SENSORS_CFG
// 20240519 Added CMD_GET_APP_PAYLOAD_CFG/CMD_SET_APP_PAYLOAD_CFG
// 20240530 Added decoding of CMD_SET_APP_PAYLOAD_CFG
// 20240530 Added decoding of CMD_GET_APP_PAYLOAD_CFG/CMD_SET_APP_PAYLOAD_CFG
//
// ToDo:
// -
Expand Down Expand Up @@ -527,6 +527,7 @@ function decodeDownlink(input) {
case CMD_GET_SENSORS_INC:
case CMD_GET_SENSORS_EXC:
case CMD_GET_SENSORS_CFG:
case CMD_GET_APP_PAYLOAD_CFG:
case CMD_GET_BLE_ADDR:
case CMD_GET_BLE_CONFIG:
return {
Expand Down

0 comments on commit 0043c30

Please sign in to comment.