Skip to content

Commit

Permalink
added the sequenceId to the Response.
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-Draeger committed Sep 30, 2024
1 parent 4ef015b commit 8bd6cf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/t2iapi/device/device_responses.proto
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,6 @@ Response containing the mdib version from which on the requested change will be
*/
message MdibVersionResponse {
BasicResponse status = 1; // status of the rpc
int64 mdib_version = 2; // Mdib Version from which on the change will be effective.
string sequenceId = 2; // SequenceId of MdibVersion.

Check failure on line 90 in src/t2iapi/device/device_responses.proto

View workflow job for this annotation

GitHub Actions / lint-protos

Field name "sequenceId" should be lower_snake_case, such as "sequence_id".
int64 mdib_version = 3; // Mdib Version from which on the change will be effective.
}

0 comments on commit 8bd6cf6

Please sign in to comment.