-
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
Demonstration's "5.7.1 Adding Your Device" Step Fails #8
Comments
michaelestrin
added a commit
to michaelestrin/edgex-docs
that referenced
this issue
Jul 12, 2019
In API walk through, replaced addressable with protocols in device creation call. Example did not have a protocols field and result of POST was a _no supporting protocol specified for device_ result. edgexfoundry#8 Signed-off-by: Michael W. Estrin <[email protected]>
michaelestrin
added a commit
to michaelestrin/edgex-docs
that referenced
this issue
Jul 12, 2019
In API walk through, replaced addressable with protocols in device creation call. Example did not have a protocols field and result of POST was a _no supporting protocol specified for device_ result. edgexfoundry#8 Signed-off-by: Michael W. Estrin <[email protected]>
michaelestrin
added a commit
to michaelestrin/edgex-docs
that referenced
this issue
Jul 12, 2019
In API walk through, replaced addressable with protocols in device creation call. Example did not have a protocols field and result of POST was a _no supporting protocol specified for device_ result. edgexfoundry#8 Signed-off-by: Michael W. Estrin <[email protected]>
michaelestrin
added a commit
to michaelestrin/edgex-docs
that referenced
this issue
Jul 12, 2019
In API walk through, replaced addressable with protocols in device creation call. Example did not have a protocols field and result of POST was a _no supporting protocol specified for device_ result. edgexfoundry#8 Signed-off-by: Michael W. Estrin <[email protected]>
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following API walkthrough.
Execute step 5.7.1 (https://docs.edgexfoundry.org/Ch-WalkthroughProvision.html) and get a no supporting protocol specified for device result because example doesn't include "protocols" content that github.com/edgexfoundry/[email protected]/models/device.go:139 is expecting.
Provided body should contain a "protocols" key/value.
The text was updated successfully, but these errors were encountered: