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