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

Update OTARequest interface #57

Merged
merged 2 commits into from
May 12, 2023

Conversation

harlem88
Copy link
Collaborator

@harlem88 harlem88 commented Mar 27, 2023

  • Change reliability to unreliable.
  • Add operation to OTARequest.

Closes #51, closes #52.

@harlem88 harlem88 force-pushed the ota-request-update branch 2 times, most recently from 8b02c4e to 12914c1 Compare May 10, 2023 09:05
Change reliability to unreliable on `io.edgehog.devicemanager.OTARequest`
interface, since `unreliable` is the default value,
the reliability param was removed from the interface.
Reliability changing involve also a bump of version major.

Signed-off-by: Antonio Gisondi <[email protected]>
@harlem88 harlem88 force-pushed the ota-request-update branch 2 times, most recently from fd69d63 to f5b3c9f Compare May 10, 2023 10:32
Add endpoint `operation` to `io.edgehog.devicemanager.OTARequest.json`
interface.

Signed-off-by: Antonio Gisondi <[email protected]>
@rbino rbino merged commit 105990a into edgehog-device-manager:main May 12, 2023
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.

Add operation to OTARequest Change OTARequest interface in order to support new semantic
3 participants