From 39df55afb40c4842be6f61992daff42fa647cfbc Mon Sep 17 00:00:00 2001 From: Orne Brocaar Date: Thu, 15 May 2025 14:50:54 +0100 Subject: [PATCH] MeshCommand does not need a timestamp. --- api/proto/gw/gw.proto | 5 +---- api/rust/proto/chirpstack/gw/gw.proto | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/api/proto/gw/gw.proto b/api/proto/gw/gw.proto index 14e7a388..4e1488c1 100644 --- a/api/proto/gw/gw.proto +++ b/api/proto/gw/gw.proto @@ -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 { diff --git a/api/rust/proto/chirpstack/gw/gw.proto b/api/rust/proto/chirpstack/gw/gw.proto index 14e7a388..4e1488c1 100644 --- a/api/rust/proto/chirpstack/gw/gw.proto +++ b/api/rust/proto/chirpstack/gw/gw.proto @@ -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 {