Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update api.md #1681

Merged
merged 5 commits into from
Jan 16, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2002,10 +2002,13 @@ the API resource fields and the same fields in the database model.

| `storeLastMeasure` | ✓ | `boolean` | | Store in device last measure received. See more info
[in this section](admin.md#storelastmeasure). False by default.

|
| `lastMeasure` | ✓ | `object` | | last measure stored om device quen storeLastMeasure is enabled. See more info
AlvaroVega marked this conversation as resolved.
Show resolved Hide resolved
[in this section](admin.md#storelastmeasure).
|
| `useCBflowControl` | ✓ | `boolean` | | Use Context Broker flow control. See more info
[in this section](admin.md#useCBflowControl). False by default.

|
### Device operations

#### Retrieve devices /iot/devices `GET /iot/devices`
Expand Down
Loading