forked from ringcentral/slate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from fablabbcn/docs-update
WIP update on developer docs
- Loading branch information
Showing
18 changed files
with
259 additions
and
240 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,12 @@ | ||
# Components | ||
|
||
`Component`s are used to join `Kit`s or `Device`s to `Sensor`s. | ||
`Components` are used to join [Devices](#devices) to [Sensors](#sensors). These are not accessible via the API, but are documented here for reference in case you deploy the platform yourself. | ||
|
||
## Get All Components | ||
<%= url 'components' %> | ||
|
||
<%= `ruby generate_code.rb components` %> | ||
|
||
Parameter | Description | ||
Field | Description | ||
--------- | ----------- | ||
**id**\*<br/>*integer* | Autoincrementing unique ID for the component | ||
**uuid**\*<br/>*uuid* | Unique ID for the component | ||
**board_id**\*<br/>*integer* | ID of the `Kit` or `Device` that the component is associated with | ||
**board_type**\*<br/>*integer* | Either `Kit` or `Device` (Probably `Kit`) | ||
**device_id**\*<br/>*integer* | ID of the `Device` that the component is associated with | ||
**sensor_id**\*<br/>*integer* | ID of the `Sensor` that the component is associated with | ||
**created_at**\*<br/>*datetime* | When the measurement was added to the platform | ||
**updated_at**\*<br/>*datetime* | When the measurement was updated on the platform | ||
**created_at**\*<br/>*datetime* | When the component was added to the platform | ||
**updated_at**\*<br/>*datetime* | When the component was updated on the platform |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.