stex v0.2.6 Stex.Scenes View Source

Manage your SmartThings Scenes.

Link to this section Summary

Functions

Execute a scene

List all authorized scenes

Link to this section Functions

Link to this function execute(client, sceneId) View Source

Execute a scene

Link to this function list(client, locationId) View Source

List all authorized scenes

Max: 200 by default will return up to 200 scenes.

## Examples

iex> client = Stex.connect(your_access_token)
iex> Stex.Scenes.list(client)