https://github.com/bloomkd46/aladdinconnect
Unofficial node.js library (SDK) to control Genie's Aladdin Connect Garage Doors
https://github.com/bloomkd46/aladdinconnect
Last synced: 3 months ago
JSON representation
Unofficial node.js library (SDK) to control Genie's Aladdin Connect Garage Doors
- Host: GitHub
- URL: https://github.com/bloomkd46/aladdinconnect
- Owner: bloomkd46
- License: apache-2.0
- Created: 2022-07-04T19:28:47.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T18:42:13.000Z (almost 2 years ago)
- Last Synced: 2025-03-01T14:18:01.781Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 265 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Genie-AladdinConnect
[](https://github.com/bloomkd46/Genie-AladdinConnect/actions/workflows/build.yml)
[](https://github.com/bloomkd46/Genie-AladdinConnect/actions/workflows/typedoc.yml)
```typescript
import Aladdin from 'genie-aladdinconnect'Aladdin.connect('', '').then(async doors => {
await doors[0].close()
process.exit(0);
});```