Skip to content

Commit

Permalink
Update documentation, use discovery 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jishi committed Oct 9, 2016
1 parent 952e01d commit 84e6d08
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The actions supported as of today:
* queue
* clearqueue
* sleep (values in seconds)

* linein (only analog linein, not PLAYBAR yet)

State
-----
Expand Down Expand Up @@ -407,6 +407,20 @@ The supported language codes are:
| es-es | Spanish (Spain) |
| sv-se | Swedish (Sweden) |

Line-in
-------

Convenience method for selecting line in. Will select linein for zone-group, not detach it for line-in.
Optional parameter is line-in from another player. Examples:

`/Office/linein`
Selects line-in on zone Office belongs to, with source Office.

`Office/linein/TV Room`
Selects line-in for zone Office belongs to, with source TV Room.

If you want to to isolate a player and then select line-in, use the `/Office/leave` first.

Spotify and Apple Music (Experimental)
----------------------

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sonos-http-api",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple node app for controlling a Sonos system with basic HTTP requests",
"scripts": {
"start": "node server.js"
Expand All @@ -16,7 +16,7 @@
"anesidora": "^1.2.0",
"node-static": "~0.7.0",
"request-promise": "~1.0.2",
"sonos-discovery": "https://github.com/jishi/node-sonos-discovery/archive/v1.0.0.tar.gz"
"sonos-discovery": "https://github.com/jishi/node-sonos-discovery/archive/v1.0.1.tar.gz"
},
"engines": {
"node": ">=4.0.0",
Expand Down

0 comments on commit 84e6d08

Please sign in to comment.