File tree 2 files changed +17
-3
lines changed
2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ The actions supported as of today:
91
91
* queue
92
92
* clearqueue
93
93
* sleep (values in seconds)
94
-
94
+ * linein (only analog linein, not PLAYBAR yet)
95
95
96
96
State
97
97
-----
@@ -407,6 +407,20 @@ The supported language codes are:
407
407
| es-es | Spanish (Spain) |
408
408
| sv-se | Swedish (Sweden) |
409
409
410
+ Line-in
411
+ -------
412
+
413
+ Convenience method for selecting line in. Will select linein for zone-group, not detach it for line-in.
414
+ Optional parameter is line-in from another player. Examples:
415
+
416
+ ` /Office/linein `
417
+ Selects line-in on zone Office belongs to, with source Office.
418
+
419
+ ` Office/linein/TV Room `
420
+ Selects line-in for zone Office belongs to, with source TV Room.
421
+
422
+ If you want to to isolate a player and then select line-in, use the ` /Office/leave ` first.
423
+
410
424
Spotify and Apple Music (Experimental)
411
425
----------------------
412
426
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sonos-http-api" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " A simple node app for controlling a Sonos system with basic HTTP requests" ,
5
5
"scripts" : {
6
6
"start" : " node server.js"
16
16
"anesidora" : " ^1.2.0" ,
17
17
"node-static" : " ~0.7.0" ,
18
18
"request-promise" : " ~1.0.2" ,
19
- "sonos-discovery" : " https://github.com/jishi/node-sonos-discovery/archive/v1.0.0 .tar.gz"
19
+ "sonos-discovery" : " https://github.com/jishi/node-sonos-discovery/archive/v1.0.1 .tar.gz"
20
20
},
21
21
"engines" : {
22
22
"node" : " >=4.0.0" ,
You can’t perform that action at this time.
0 commit comments