Re-generate API + update code.

This commit is contained in:
Orne Brocaar
2022-12-05 11:46:36 +00:00
parent abee88712c
commit fe3d6d3fdf
90 changed files with 29185 additions and 23503 deletions

View File

@ -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 {

File diff suppressed because one or more lines are too long