Skip to content

Commit 2dd6211

Browse files
committedApr 8, 2025
adding optional field to verify last known update
1 parent 4ec73bd commit 2dd6211

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎proto/viam/app/v1/app.proto

+2
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,7 @@ message UpdateRobotPartRequest {
835835
string id = 1;
836836
string name = 2;
837837
google.protobuf.Struct robot_config = 3;
838+
optional google.protobuf.Timestamp last_known_update = 4;
838839
}
839840

840841
message UpdateRobotPartResponse {
@@ -1004,6 +1005,7 @@ message UpdateFragmentRequest {
10041005
google.protobuf.Struct config = 3;
10051006
optional bool public = 4;
10061007
optional FragmentVisibility visibility = 5;
1008+
optional google.protobuf.Timestamp last_known_update = 6;
10071009
}
10081010

10091011
message UpdateFragmentResponse {

0 commit comments

Comments
 (0)