Skip to content

Commit

Permalink
4.5.1 final ready for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hklages committed Nov 13, 2020
1 parent b67d781 commit 6e4383d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@

All notable changes to this project are documented in this file.

### [4.x.x] 2020-11-xx
### [4.5.1] 2020-11-13

#### Changed

- Universal node: group.play.httpstream bug fixed and REGEX http check
- Universal node: group.play.httpstream bug fixed and now with REGEX http check

- Universal node: group.set.queuemode bug fixed

- Universal node: group.adjust.volume now outputs msg.newVolume

- internal: documentation for groupPlayStreamHttpV2, didlXmlToArray
- internal: documentation for groupPlayStreamHttpV2, didlXmlToArray, validateConvertToInteger

- internal: Sonos-command revised, code optimization

#### Added

Expand Down
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,23 @@ Read the Quickstart and explore the full scope in the [Wiki.](https://github.com

> See required action here: [issue 67](https://github.com/hklages/node-red-contrib-sonos-plus/issues/67)
### NEWS
### SUPPORT

Either open a github issue (preferred method) or send an email to [email protected]

- In "Universal", "My Sonos" node: You can now select the command and provide the state inside the node. Please use it!
### NEWS

- In "Universal", "My Sonos" node: For all commands I removed the displayed text is now the command (I learned that the help text is only confusing)
- !!! 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: household.create.group - use a comma separated list with coordinator at first position to create a group

- In "Universal" node: new command player.play.tv
- In Universal node: new command group.get.members

- artUri now instead of AlbumArtUri, added serviceName to group.get.trackplus and some others.
- In Universal node: new command player.play.tv

### Installation

Install directly from your Node-RED's setting pallete.
Install directly from your Node-RED's setting palette.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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": "node-red-contrib-sonos-plus",
"version": "4.5.0",
"version": "4.5.1",
"description": "A set of NodeRED nodes to control SONOS player in your local network.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6e4383d

Please sign in to comment.