Skip to content

Commit

Permalink
Merge pull request #7494 from TheThingsNetwork/fix/7449-battery-perce…
Browse files Browse the repository at this point in the history
…ntage-field

Fix `LastBatteryPercentage` in the Application Uplink message
  • Loading branch information
KrishnaIyer authored Jan 28, 2025
2 parents eeac6c6 + ec06676 commit 7c1baed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/networkserver/grpc_gsns.go
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,7 @@ var handleDataUplinkGetPaths = [...]string{
"supports_class_b",
"supports_class_c",
"supports_join",
"battery_percentage",
}

// mergeMetadata merges the metadata collected for up.
Expand Down

0 comments on commit 7c1baed

Please sign in to comment.