-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dependencies and export default now queue
- Loading branch information
Showing
4 changed files
with
18 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,10 +14,6 @@ Add your playlist, album, station from Spotify, Napster, Amazon, ... to "My Sono | |
|
||
Read the Quickstart and explore the full scope in the [Wiki.](https://github.com/hklages/node-red-contrib-sonos-plus/wiki) | ||
|
||
### ACTION REQUIRED TO MIGRATE TO VERSION 4 | ||
|
||
> See required action here: [issue 67](https://github.com/hklages/node-red-contrib-sonos-plus/issues/67) | ||
### SUPPORT | ||
|
||
Either open a github issue (preferred method) or send an email to [email protected] | ||
|
@@ -30,20 +26,6 @@ Either open a github issue (preferred method) or send an email to nrcsplus@gmail | |
|
||
- My Sonos node: !!! library.get.playlists: msg.size is now msg.requestedCount | ||
|
||
- Universal node: !!! group.get.sleeptimer returns now "none" if not set | ||
|
||
- Universal node: !!! group.get.state, group.get.members, household.get.groups: members have different data: url instead of hostname, port, ... | ||
|
||
- Universal node: !!! group.get.state does not anymore provide groupName | ||
|
||
- !!! artUri now instead of AlbumArtUri, added serviceName to group.get.trackplus and some others. | ||
|
||
- In Universal node: household.create.group - use a comma separated list with coordinator at first position to create a group | ||
|
||
- In Universal node: new command group.get.members | ||
|
||
- In Universal node: new command player.play.tv | ||
|
||
### Installation | ||
|
||
Install directly from your Node-RED's setting palette. | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,6 +54,6 @@ | |
"xml2js": "^0.4.23" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^7.17.0" | ||
"eslint": "^7.19.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters