behe / telldus

Elixir library for controlling smart devices though the Telldus Live API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telldus

This is a library for controlling your smart devices though the Telldus Live API.

You will need to add your own API keys by one of the following ways:

  • Add the keys to config/config.exs
  config :telldus, oauth: %{
    consumer_key: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
    consumer_secret: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
    access_token: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
    access_token_secret: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
  }
  • Configure them using the following system environment variables: CONSUMER_KEY, CONSUMER_SECRET, ACCESS_TOKEN, ACCESS_TOKEN_SECRET

About

Elixir library for controlling smart devices though the Telldus Live API


Languages

Language:Elixir 100.0%