techgaun / zwave-elixir

Z-Wave library for Elixir
0 stars 0 forks source link
elixir home-automation library zwave

ZwaveElixir

An Elixir wrapper to control Z-Wave Networks via a Z-Wave Controller

This package is highly experimental as of now and only implements features necessary for Product I am working.

Installation

The package can be installed by adding zwave_elixir to your list of dependencies in mix.exs:

def deps do
  [{:zwave_elixir, "~> 0.1.0"}]
end

You can install directly from github as:

def deps do
  [{:zwave_elixir, github: "casaiq/zwave-elixir"}]
end