Skip to content

Commit

Permalink
deprecate robot_part_id
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpertsov committed Apr 18, 2024
1 parent 274901d commit be535a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proto/viam/robot/v1/robot.proto
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@ message LogResponse {}
message GetCloudMetadataRequest {}

message GetCloudMetadataResponse {
string robot_part_id = 1;
// Deprecated: use machine_part_id field.
string robot_part_id = 1 [deprecated = true];
string primary_org_id = 2;
string location_id = 3;
string machine_id = 4;
Expand Down

0 comments on commit be535a1

Please sign in to comment.