Skip to content

Commit

Permalink
Update iot-sensors.md
Browse files Browse the repository at this point in the history
Small change to the example in "Measurement using HTTP GET"
  • Loading branch information
tobixdev committed May 23, 2024
1 parent 39c2cfe commit d1d1519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/iot-sensors.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ The `i` and `k` parameters are mandatory.
For example the request:

```
<iot-agent>/iot/d?i=humidity001&d=h|12
<iot-agent>/iot/d?i=humidity001&k=<api-key>&d=h|12
```

Would indicate that the device `id=motion001` wishes to inform the IoT Agent that is has made a real-world measurement
Would indicate that the device `id=humidity001` wishes to inform the IoT Agent that is has made a real-world measurement
`h` with the value `12`. This would eventually be passed up into the Context Broker.

### Measurement using HTTP POST
Expand Down

0 comments on commit d1d1519

Please sign in to comment.