api: Regenerate API SDKs.

This commit is contained in:
Orne Brocaar
2023-10-16 12:25:53 +01:00
parent a9e1f02f0f
commit 1f64212923
8 changed files with 718 additions and 589 deletions

View File

@ -317,10 +317,13 @@ message UplinkRxInfo {
// Uplink ID.
uint32 uplink_id = 2;
// RX time (only set when the gateway has a GPS module).
google.protobuf.Timestamp time = 3;
// Gateway RX time (set if the gateway has a GNSS module).
google.protobuf.Timestamp gw_time = 3;
// RX time since GPS epoch (only set when the gateway has a GPS module).
// Network Server RX time (set by the NS on receiving the uplink).
google.protobuf.Timestamp ns_time = 17;
// RX time as time since GPS epoch (set if the gateway has a GNSS module).
google.protobuf.Duration time_since_gps_epoch = 4;
// Fine-timestamp.
@ -368,7 +371,7 @@ message DownlinkTxInfoLegacy {
// TX frequency (in Hz).
uint32 frequency = 5;
// TX power (in dBm).
// TX power (in dBm EIRP).
int32 power = 6;
// Modulation.
@ -411,7 +414,7 @@ message DownlinkTxInfo {
// TX frequency (in Hz).
uint32 frequency = 1;
// TX power (in dBm).
// TX power (in dBm EIRP).
int32 power = 2;
// Modulation.