Skip to content

Commit d3baf2b

Browse files
authored
Merge pull request #290 from hklages/snap
fix for snap - tv
2 parents c47807c + debe874 commit d3baf2b

File tree

3 files changed

+57
-57
lines changed

3 files changed

+57
-57
lines changed

package-lock.json

Lines changed: 50 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@
5151
"author": "hklages",
5252
"license": "MIT",
5353
"dependencies": {
54-
"@svrooij/sonos": "2.6.0-beta.7",
54+
"@svrooij/sonos": "^2.6.0-beta.10",
5555
"axios": "^1.6.8",
5656
"debug": "^4.3.4",
57-
"fast-xml-parser": "^4.3.4"
57+
"fast-xml-parser": "^4.3.6"
5858
},
5959
"devDependencies": {
60-
"@typescript-eslint/eslint-plugin": "^7.4.0",
61-
"@typescript-eslint/parser": "^7.4.0",
60+
"@typescript-eslint/eslint-plugin": "^7.5.0",
61+
"@typescript-eslint/parser": "^7.5.0",
6262
"chai": "^4.3.10",
63-
"eslint": "^8.57.0",
63+
"eslint": "8.57.0",
6464
"mocha": "^10.4.0"
6565
},
6666
"engines": {

src/sonos-universal.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,11 +463,11 @@ module.exports = function (RED) {
463463
}
464464

465465
/**
466-
* Create a snapshot of the given group of players.
466+
* Create a snapshot (state, content, volume, mutestate, ...) of the given group.
467467
* @param {object} msg incoming message
468468
* @param {boolean} [msg.snapVolumes = false] will capture the players volumes
469469
* @param {boolean} [msg.snapMutestates = false] will capture the players mutestates
470-
* @param {boolean} [msg.sonosPlaylistName = null] will capture the players mutestates
470+
* @param {boolean} [msg.sonosPlaylistName = null] used to save the queue content
471471
* @param {string} [msg.playerName = using tssPlayer] SONOS-Playername
472472
* @param {object} tsPlayer sonos-ts player with .urlObject as Javascript build-in URL
473473
*

0 commit comments

Comments
 (0)