mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-12 20:48:09 +00:00
Add plaintext_mac_commands field to up/down frame-log.
This commit is contained in:
@ -32,6 +32,9 @@ message UplinkFrameLog {
|
||||
|
||||
// Time.
|
||||
google.protobuf.Timestamp time = 7;
|
||||
|
||||
// Plaintext mac-commands.
|
||||
bool plaintext_mac_commands = 8;
|
||||
}
|
||||
|
||||
message DownlinkFrameLog {
|
||||
@ -58,4 +61,7 @@ message DownlinkFrameLog {
|
||||
|
||||
// Device EUI (optional).
|
||||
string dev_eui = 8;
|
||||
|
||||
// Plaintext mac-commands.
|
||||
bool plaintext_mac_commands = 9;
|
||||
}
|
||||
|
Reference in New Issue
Block a user