This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixed typo in example * Update README.md
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ Configuration sample: | |
{ | ||
"accessory": "AladdinConnectGarageDoorOpener", | ||
"name": "Garage Door", | ||
"username": "[email protected]", | ||
"username": "", | ||
"password": "", | ||
"status_update_delay": 15, | ||
"poll_state_delay": 20, | ||
|
@@ -51,7 +51,7 @@ Parameter | Description | |
------------------------|------------ | ||
**accessory** | Must always be "AladdinConnectGarageDoorOpener" (required) | ||
**name** | Name of the Garage Door | ||
**username** | Your Aladdin Connect username. NOTE: use 'owner' username. Delegated access does not work | ||
**username** | Your Aladdin Connect username (email address). NOTE: use 'owner' username. Delegated access does not work | ||
**password** | Your Aladdin Connect password | ||
**status_update_delay** | Time to have door in opening or closing state (defaults to 15 seconds) | ||
**poll_state_delay** | Time between polling for the garage door's state (leave blank to disable state polling) | ||
|