-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add new device response for indicate next cal time #99
base: main
Are you sure you want to change the base?
add new device response for indicate next cal time #99
Conversation
src/t2iapi/device/types.proto
Outdated
/* | ||
Represents a container for MDIB version attributes. | ||
*/ | ||
message MdibVersion { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider renaming this MdibVersionGroup
and moving it to biceps, like the other types there that exactly represent biceps
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
*/ | ||
message MdibVersionGroup { | ||
google.protobuf.UInt64Value mdib_version = 1; // optional MdibVersion when finishing the rpc | ||
google.protobuf.StringValue sequence_id = 2; // SequenceId when finishing the rpc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SequenceId is not optional and should remain a string
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Rework device manipulation IndicateTimeOfNextCalibrationToUser with new response IndicateTimeOfNextCalibrationToUserResponse.
Checklist
The following aspects have been respected by the author of this pull request, confirmed by both pull request assignee and reviewer: