MeshCommand does not need a timestamp.

This commit is contained in:
Orne Brocaar
2025-05-15 14:50:54 +01:00
parent 038e45e8f0
commit 39df55afb4
2 changed files with 2 additions and 8 deletions

View File

@ -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 {