Skip to content

Commit

Permalink
README Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Aug 8, 2018
1 parent 4fff003 commit bbe3d42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ Emulating a Light bulb
* Alexa, pause *device* ( Apple TV )
* Alexa, play *device* ( Apple TV )
* Alexa, stop *device* ( Apple TV )
* Alexa, next song on device
* Alexa, rewind on device
* Alexa, next song on *device*
* Alexa, rewind on *device*


### Color Temperatures ###
Expand Down Expand Up @@ -211,7 +211,7 @@ ie

* Apple TV

This is the config from my Apple TV after completing the pairing. Please note, "showDefaultSwitches" is a required parameter. Please note I blanked out the devices/credentials section with my ATV credentials.
This is the config from my Apple TV after completing the pairing. Please note, *"showDefaultSwitches": true* and *"defaultSwitchesIncludeATVName": true*, are required parameters. Please note I blanked out the devices/credentials section with my ATV credentials.

```
{
Expand All @@ -223,6 +223,7 @@ This is the config from my Apple TV after completing the pairing. Please note,
"credentials": "...." }
],
"showDefaultSwitches": true,
"defaultSwitchesIncludeATVName": true,
"showPairSwitches": false,
"hideWelcomeMessage": true
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-alexa",
"version": "0.1.48",
"version": "0.1.49",
"description": "Alexa Skill frontend for Homebridge",
"main": "web.js",
"scripts": {
Expand Down

0 comments on commit bbe3d42

Please sign in to comment.