-
Notifications
You must be signed in to change notification settings - Fork 12
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
Feature: [Edge device] - Execute commands defined in edge model #1117
Comments
kbeaugrand
added
enhancement
New feature or request
refinement
and removed
refinement
labels
Aug 23, 2022
kbeaugrand
moved this from :pencil: Todo
to :construction: In Progress
in IoT Hub Portal
Aug 29, 2022
kbeaugrand
moved this from :construction: In Progress
to :clock130: Wait
in IoT Hub Portal
Aug 31, 2022
9 tasks
Sben65
moved this from :construction: In Progress
to :speech_balloon: Ready for Review
in IoT Hub Portal
Sep 7, 2022
kbeaugrand
added a commit
that referenced
this issue
Sep 7, 2022
* resolve issue #1117 * fix unit test * delete module version * fix unit test * add deviceService test * add new test edgeDeviceService * add unit test on edgeDeviceClientService * add unit test on edgeDeviceController * add unit test on edgeDeviceDetailPage * add device image on edge device list * fix unit test * resolve request change * delete useless endpoint * fix unit test * fix unit test * resolve issue #1117 * fix unit test * delete module version * fix unit test * add deviceService test * add new test edgeDeviceService * add unit test on edgeDeviceClientService * add unit test on edgeDeviceController * add unit test on edgeDeviceDetailPage * add device image on edge device list * fix unit test * resolve request change * delete useless endpoint * fix unit test * fix unit test Co-authored-by: Kevin BEAUGRAND <9513635+kbeaugrand@users.noreply.github.com>
hocinehacherouf
moved this from :speech_balloon: Ready for Review
to :rocket: Ready
in IoT Hub Portal
Sep 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
When an edge device is using a Model and this model have module with defined commands. The user interface should have buttons to launch the commands.
Describe the solution you'd like
Implement a button in the device detail page that could trigger the command execution on the module.
Describe alternatives you've considered
N/A
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: