mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-19 16:40:53 +00:00
Make metadata consistent in protobuf messages.
This commit is contained in:
parent
cb3ab9466e
commit
abee88712c
6
api/proto/gw/gw.proto
vendored
6
api/proto/gw/gw.proto
vendored
@ -224,7 +224,7 @@ message GatewayStats {
|
||||
uint32 tx_packets_emitted = 8;
|
||||
|
||||
// Additional gateway meta-data.
|
||||
map<string, string> meta_data = 10;
|
||||
map<string, string> metadata = 10;
|
||||
|
||||
// Tx packets per frequency.
|
||||
map<uint32, uint32> tx_packets_per_frequency = 12;
|
||||
@ -350,8 +350,8 @@ message UplinkRxInfo {
|
||||
// This value must be returned to the gateway on (Class-A) downlink.
|
||||
bytes context = 13;
|
||||
|
||||
// Properties.
|
||||
google.protobuf.Struct metadata = 14;
|
||||
// Additional gateway meta-data.
|
||||
map<string, string> metadata = 15;
|
||||
}
|
||||
|
||||
message DownlinkTxInfoLegacy {
|
||||
|
Loading…
x
Reference in New Issue
Block a user