-
Notifications
You must be signed in to change notification settings - Fork 125
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
Device OperatingState should be recovered when Assertion passed #828
Comments
@iain-anderson do you agree with this change request? |
If Operating State is down, autoevents will stop and /api/v2/device requests will be blocked. |
I thought we should stop communicating the Device when adminState is Lock. |
We could do that, and make OperatingState purely informational, but at the moment it's specified to deny access (ADR0011) |
I would like to bring up this topic in the WG meeting. |
Per Device Service WG meeting of 3/22: if the assertion trips and sets the opState to down, then it requires human |
Hi @jpwhitemn I agree with you, but consider that if resource assertion attribute could accept regular expression would be more useful as enhancement. |
I just opened #839 for discussing regular expression support in the future. |
Currently, we modify Device OperatingState to down if the Assertion failed.
According to the user feedback, we should recover the OperatingState to up if the new value passed the Assertion
https://edgexfoundry.slack.com/archives/CE4KJ5VV2/p1615486753098600?thread_ts=1614784173.077200&cid=CE4KJ5VV2
The text was updated successfully, but these errors were encountered: