Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stas-dovgodko/openhab-ally


https://github.com/stas-dovgodko/openhab-ally

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# openhab-ally

# Usage examples

```js
let ally = require('openhab-ally').client('..app..client_id', '..app..secret');

ally.autoDiscover([
"..id1",
"..id2"
]);

```