Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafostar authored Nov 26, 2019
1 parent 6174a74 commit 69c9ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Requires CEC capable device (e.g. Raspberry Pi or USB-CEC adapter).<br>
Additionally `cec-client` must be installed. On Raspbian it is included in cec-utils package.

Controller scans devices on startup. It takes a while (scan is done async and result is returned in "ready" event).
Controller scans devices on startup (when creating new controller object). It takes a while (scan is done async and result is returned in "ready" event). Therefore it is recommended to initialise the controller only once and use the obtained object throughout the code.

### Usage Examples
```javascript
Expand Down

0 comments on commit 69c9ed9

Please sign in to comment.