Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
fixed typo in example (#9)
Browse files Browse the repository at this point in the history
* fixed typo in example

* Update README.md
  • Loading branch information
binford2k authored Aug 19, 2020
1 parent b328af9 commit 76ba63c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Configuration sample:
{
"accessory": "AladdinConnectGarageDoorOpener",
"name": "Garage Door",
"username": "[email protected]",
"username": "",
"password": "",
"status_update_delay": 15,
"poll_state_delay": 20,
Expand All @@ -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)
Expand Down

0 comments on commit 76ba63c

Please sign in to comment.