Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stas-dovgodko/openhab-ally
https://github.com/stas-dovgodko/openhab-ally
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stas-dovgodko/openhab-ally
- Owner: stas-dovgodko
- Created: 2024-08-13T10:39:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T10:47:02.000Z (5 months ago)
- Last Synced: 2024-11-29T05:43:11.614Z (about 1 month ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
]);```