Active |
---|
This application does not need additional settings. So you can make connectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…). More only by using your login credentials or by following the instructions below . |
With SmartThings modulesThe module is an application or tool within the Boost.space system. The entire system is built on this concept of modularity. (module - Contacts) More in Boost.spaceCentralization and synchronization platform, where you can organize and manage your data. More IntegratorPart of the Boost.space system, where you can create your connections and automate your processes. More, you can:
-
execute and list rules
-
execute and list scenes
-
create, update, retrieve, list, and delete locations
-
create, update, retrieve, list, and delete rooms
To get started with SmartThings, create an account at smartthings.com.
To connect to SmartThings app, you need to obtain the Personal Access TokenThe API token is a multi-digit code that allows a user to authenticate with cloud applications. More.
-
Log in to your SmartThings account.
-
Click Generate New Token.
-
Select the Authorized Scopes and click Generate Token.
-
Copy the personal access token to a safe place.
-
Log in to your Boost.space Integrator account, insert a SmartThings moduleThe module is an application or tool within the Boost.space system. The entire system is built on this concept of modularity. (module - Contacts) More in your scenarioA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive. More and click the Add button next to the Connection field.
-
In the Connection name field, enter a name for the connection.
-
In the Personal Access Token field, enter the token copied in step 4 and click Save.
You can execute and list rules using the following modules.
Executes a rule.
Connection |
|
Location ID |
Select or map the Location ID whose rule you want to execute. |
Rule ID |
Select or map the Rule ID you want to execute. |
Lists rules.
Connection |
|
Location ID |
Select or map the Location ID whose rules you want to list. |
Limit |
Set the maximum number of rules Boost.space Integrator will return during one execution cycleA cycle is the operation and commit/rollback phases of scenario execution. A scenario may have one or more cycles (one is the default).. |
You can execute and list scenes using the following modules.
Executes a scene.
For field descriptions, see the SmartThings API reference.
Lists scenes.
Connection |
|
Location ID |
Select or map the Location ID whose scenes you want to list. |
Limit |
Set the maximum number of scenes Boost.space Integrator will return during one execution cycle. |
You can create, update, retrieve, list, and delete locations using the following modules.
Creates a location for a userCan use the system on a limited basis based on the rights assigned by the admin. More.
For field descriptions, see the SmartThings API reference.
Updates a location.
Connection |
|
Location ID |
Select or map the Location ID whose details you want to update. |
For field descriptions, see the SmartThings API reference.
Retrieves a location.
Connection |
|
Location ID |
Select or map the Location ID whose details you want to retrieve. |
Allowed |
Select whether the itemsItems are rows in records (order/request/invoice/purchase...) in the response may contain the allowed list property. |
Lists all locations currently available in a user account.
Connection |
|
Limit |
Set the maximum number of locations Boost.space Integrator will return during one execution cycle. |
Deletes a location.
Connection |
|
Location ID |
Select or map the Location ID you want to delete. |
You can create, update, retrieve, list, and delete rooms using the following modules.
Creates a room.
Connection |
|
Name |
Enter the name of the room. For example, |
Location ID |
Select or map the Location ID to which you want to attach this room. |
Updates a room.
Connection |
|
Name |
Enter the name of the room. For example, |
Location ID |
Select or map the Location ID whose room you want to update. |
Room ID |
Select or map the Room ID whose details you want to update. |
Retrieve a room.
Connection |
|
Location ID |
Select or map the Location ID whose room details you want to retrieve. |
Room ID |
Select or map the Room ID whose details you want to retrieve. |
LIsts rooms.
Connection |
|
Location ID |
Select or map the Location ID whose rooms you want to list. |
Limit |
Set the maximum number of rooms Boost.space Integrator will return during one execution cycle. |
Deletes a room.
Connection |
|
Location ID |
Select or map the Location ID whose room you want to delete. |
Room ID |
Select or map the Room ID you want to delete. |
You can call APIs using the following module.
Performs an arbitrary authorized call.
For the list of available endpoints, refer to the SmartThings API Documentation.
Connection |
|
URL |
Enter a path relative to |
Method |
Select the HTTP method you want to use: GET to retrieve information for an entry. POST to create a new entry. PUT to update/replace an existing entry. PATCH to make a partial entry update.DELETE – to delete an entry. |
Headers |
Enter the desired request headers. You don’t have to add authorization headers; we already did that for you. |
Query String |
Enter the request query string. |
Body |
Enter the body content for your API call. |