node-red-contrib-sonospollytts
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "node-red-contrib-sonospollytts", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Node-Red TTS with Sonos and Amazon Polly", | ||
@@ -41,3 +41,3 @@ "main": "index.js", | ||
"slug": "^0.9.1", | ||
"sonos": "^1.0.0" | ||
"sonos": "^1.1.1" | ||
}, | ||
@@ -49,4 +49,4 @@ "devDependencies": { | ||
"engines": { | ||
"node": ">=6.11.2" | ||
"node": ">=8.9.4" | ||
} | ||
} |
@@ -21,5 +21,7 @@ # Node-Red | ||
Known issues:<br/> | ||
If the Sonos device is set to LineIn, TVin or other physical input, the node doesn't work. You need to play something via Sonos App, then stop the play. Then the node will work again | ||
- If the Sonos device is set to LineIn, TVin or other physical input, the node doesn't work. You need to play something via Sonos App, then stop the play. Then the node will work again | ||
<br/> | ||
If some music is playing, the node will wait for the music to stop, before playing the TTS message. | ||
- If some music is playing, the node will wait for the music to stop, before playing the TTS message. | ||
<br/> | ||
- No Volume control for now | ||
</p> | ||
@@ -26,0 +28,0 @@ <br/> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31431
100
Updatedsonos@^1.1.1