Skip to content

Commit

Permalink
Replace Addressable With Protocols
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
michaelestrin committed Jul 12, 2019
1 parent c45ca24 commit b5160ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions walk-through/Ch-WalkthroughProvision.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ For the sake of this demonstration, the call to Core Metadata below will provisi

::

BODY: {"name":"countcamera1","description":"human and dog counting camera #1","adminState":"unlocked","operatingState":"enabled","addressable":{"name":"camera1 address"},"labels":
["camera","counter"],"location":"","service":{"name":"camera control device service"},"profile":{"name":"camera monitor profile"}}
BODY: {"name":"countcamera1","description":"human and dog counting camera #1","adminState":"unlocked","operatingState":"enabled","protocols":{"camera protocol":{"camera address":"camera 1"}},"labels": ["camera","counter"],"location":"","service":{"name":"camera control device service"},"profile":{"name":"camera monitor profile"}}

Note that ``camera monitor profile`` was created by the :download:`CameraMonitorProfile.yml <EdgeX_CameraMonitorProfile.yml>` you uploaded in a previous step.

Expand Down

0 comments on commit b5160ca

Please sign in to comment.