diff --git a/docs/iot-agent.md b/docs/iot-agent.md index 8311b1b..7fca4eb 100644 --- a/docs/iot-agent.md +++ b/docs/iot-agent.md @@ -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: /' \ diff --git a/docs/iot-over-mqtt.md b/docs/iot-over-mqtt.md index 82151fd..6e8bc85 100644 --- a/docs/iot-over-mqtt.md +++ b/docs/iot-over-mqtt.md @@ -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: /' \