Skip to content

Commit

Permalink
Merge pull request #31 from tobixdev/patch-1
Browse files Browse the repository at this point in the history
Update iot-sensors.md
  • Loading branch information
jason-fox committed May 27, 2024
2 parents 39c2cfe + d1d1519 commit 5f5b17b
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 5f5b17b

Please sign in to comment.