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
- Host: GitHub
- URL: https://github.com/techgaun/zwave-elixir
- Owner: techgaun
- Created: 2017-03-29T16:17:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T19:31:37.000Z (over 8 years ago)
- Last Synced: 2025-02-11T21:51:14.890Z (about 1 year ago)
- Topics: elixir, home-automation, library, zwave
- Language: Elixir
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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
```