Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
merdok committed Feb 3, 2019
2 parents a844ee7 + 5e8fcf8 commit 5e10050
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Expand Up @@ -125,17 +125,19 @@ On newer TVs **LG Connect Apps** under the network settings needs to be enabled.

### Configuration fields
- `accessory` [required]
Should always be "webostv"
Should always be "webostv".
- `name` [required]
Name of your accessory
Name of your accessory.
- `ip` [required]
ip address of your TV
ip address of your TV.
- `mac` [required]
Mac address of your TV
Mac address of your TV.
- `broadcastAdr` [optional]
If homebridge runs on a host with more than one network interface use this to specify the broadcast address.
- `keyFile` [optional]
To prevent the TV from asking for permission when you reboot homebridge, specify a file path to store the permission token. If the file doesn't exist it'll be created. Don't specify a directory or you'll get an `EISDIR` error.
To prevent the TV from asking for permission when you reboot homebridge, specify a file path to store the permission token. If the file doesn't exist it'll be created. Don't specify a directory or you'll get an `EISDIR` error.
- `prefsDir` [optional]
The directory where input names and TV model info should be saved. **Default: "~/.webosTv"**
- `pollingInterval` [optional]
The TV state background polling interval in seconds. **Default: 5**
- `tvService` [optional]
Expand Down

0 comments on commit 5e10050

Please sign in to comment.