Update generated api code.

This commit is contained in:
Orne Brocaar
2024-02-27 16:34:31 +00:00
parent 098f8db4c6
commit f816ca469b
2 changed files with 43 additions and 18 deletions

View File

@ -7,15 +7,9 @@ import "chirpstack-api/gw/gw.proto";
import "google/protobuf/timestamp.proto";
message DeviceSession {
// Device EUI.
bytes dev_eui = 1;
// Device address.
bytes dev_addr = 2;
// Join EUI.
bytes join_eui = 3;
// LoRaWAN mac-version.
common.MacVersion mac_version = 4;