-
Notifications
You must be signed in to change notification settings - Fork 85
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
feat: [UCR] Device functions #1288
Open
dmocek
wants to merge
8
commits into
edgexfoundry:main
Choose a base branch
from
dmocek:device-functions
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+31
−1
Open
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
979f036
feat: Add Protocol-specific Attribute Values in Device UCR.
dmocek 62a8d7a
fix: Remove file.
dmocek a367888
feat: Add Protocol-specific Attribute Values in Device UCR.
dmocek f175695
fix: Remove file.
dmocek 890ceb9
feat: Device Functions
dmocek 3b752fa
fix: Add Device Functions to the table of contents.
dmocek 903f261
fix: Rename Device Functions document to conform to naming standard.
dmocek 6aaa815
fix: Add UCR to TOC.
dmocek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Use Case Title | ||
Device Functions | ||
|
||
## Submitters | ||
Darryl Mocek (Oracle) | ||
|
||
## Changelog | ||
|
||
## Market Segments | ||
Any segments using EdgeX with device services with devices that support device functions. | ||
|
||
## Motivation | ||
Many devices contain functions that can be called, like the ability to reboot a device. EdgeX currently does not support the ability to invoke device functions, making parts of devices inaccessible. | ||
|
||
## Target Users | ||
Any users using EdgeX with device services with devices that support device functions. | ||
|
||
## Description | ||
Some devices support functions, invoking some action on a device, similar to a function in software. These functions unlock important functionality on the device. | ||
|
||
## Existing solutions | ||
EdgeX supports setting attributes on a device. The workaround for calling device functions currently in EdgeX is to configure a device to call a function when setting at attribute, which isn't always feasible. For example, to call a 'reboot' device function on a device, a 'reboot' attribute would have to be created and it would have to be set to a value to invoke the reboot function on the device. | ||
|
||
## Requirements | ||
Each Device should have a function resource and its parameters defined to support calling the device function with appropriate parameters. | ||
|
||
## Related Issues | ||
|
||
## References |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.