-
Notifications
You must be signed in to change notification settings - Fork 75
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
RSDK-7258: change status to message type in board api #479
Conversation
common.v1.BoardStatus status = 1; | ||
message Status { | ||
map<string, viam.common.v1.AnalogStatus> analogs = 1; | ||
map<string, viam.common.v1.DigitalInterruptStatus> digital_interrupts = 2; |
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.
it's part of the scope to remove Analog and Digital statuses, however it is breaking app. I think it's fixable, but it requires changes to the TS sdk and the TS sdk cannot be tested until these api changes are merged. I'd like to start with this non-breaking merge and then update typescript and then come back and make the final api change to remove the analog and digital statuses. thoughts @susmitaSanyal
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.
sounds good!
@Simberific do you have to merge this since it's breaking? If it's someone else let me know! |
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.
LGTM
No description provided.