Skip to content
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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

jannast
Copy link
Collaborator

@jannast jannast commented Nov 20, 2024

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:

  • Changelog update (necessity checked and entry added or not added respectively)
    • Pull Request Assignee
    • Reviewer
  • README update (necessity checked and entry added or not added respectively)
    • Pull Request Assignee
    • Reviewer

@jannast jannast self-assigned this Nov 20, 2024
@jannast jannast requested review from ldeichmann and removed request for ldeichmann November 20, 2024 12:56
/*
Represents a container for MDIB version attributes.
*/
message MdibVersion {
Copy link
Member

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

Copy link
Collaborator Author

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
Copy link
Member

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants