mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-17 23:08:23 +00:00
MeshCommand does not need a timestamp.
This commit is contained in:
5
api/rust/proto/chirpstack/gw/gw.proto
vendored
5
api/rust/proto/chirpstack/gw/gw.proto
vendored
@ -169,11 +169,8 @@ message MeshCommand {
|
||||
// Relay ID.
|
||||
string relay_id = 2;
|
||||
|
||||
// Timestamp (second precision).
|
||||
google.protobuf.Timestamp time = 3;
|
||||
|
||||
// Mesh events.
|
||||
repeated MeshCommandItem commands = 4;
|
||||
repeated MeshCommandItem commands = 3;
|
||||
}
|
||||
|
||||
message MeshCommandItem {
|
||||
|
Reference in New Issue
Block a user