Skip to content

Commit

Permalink
Correct Lamp => Door
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jul 18, 2019
1 parent 32a2cd4 commit 5d3a98e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/iot-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ To invoke the `open` command, the `open` attribute must be updated in the contex

```bash
curl -iX PATCH \
'http://localhost:1026/v2/entities/urn:ngsi-ld:Lamp:001/attrs' \
'http://localhost:1026/v2/entities/urn:ngsi-ld:Door:001/attrs' \
-H 'Content-Type: application/json' \
-H 'fiware-service: openiot' \
-H 'fiware-servicepath: /' \
Expand Down
2 changes: 1 addition & 1 deletion docs/iot-over-mqtt.md
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ To invoke the `open` command, the `open` attribute must be updated in the contex

```bash
curl -iX PATCH \
'http://localhost:1026/v2/entities/urn:ngsi-ld:Lamp:001/attrs' \
'http://localhost:1026/v2/entities/urn:ngsi-ld:Door:001/attrs' \
-H 'Content-Type: application/json' \
-H 'fiware-service: openiot' \
-H 'fiware-servicepath: /' \
Expand Down

0 comments on commit 5d3a98e

Please sign in to comment.