Skip to content

Commit

Permalink
No poll refresh (#3)
Browse files Browse the repository at this point in the history
* get ready for merge.

* well, pump it up

* correct config value descriptions

* remove mac
  • Loading branch information
plainsane authored Nov 9, 2019
1 parent d620175 commit 1f97756
Show file tree
Hide file tree
Showing 7 changed files with 180 additions and 96 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ A sample config is located in [config.json](homebridge/config.json) which can be
"base":"<the url to your unifi controller",
"username": "<an admin user name>",
"password": "<duh>",
"refreshInterval": "<seconds to requery for state changes>"
"refreshInterval": "<seconds to requery for state changes, remove if you dont want automatic polling>"
"site": "<the uuid of the site or 'default'>",
"devices": [
{
"name": "<currently not impleted but required, sorry>",
"name": "<initial name in homekit>",
"mac": "00:00:00:00:00:00"
}
]
Expand Down
89 changes: 66 additions & 23 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1f97756

Please sign in to comment.