An open API service indexing awesome lists of open source software.

https://github.com/techgaun/zwave-elixir

Z-Wave library for Elixir
https://github.com/techgaun/zwave-elixir

elixir home-automation library zwave

Last synced: 10 months ago
JSON representation

Z-Wave library for Elixir

Awesome Lists containing this project

README

          

# 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`:

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

You can install directly from github as:

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