alexa: 2 way audio

This commit is contained in:
Koushik Dutta
2022-04-03 20:19:02 -07:00
parent 968be48899
commit 7d6483fc8a
3 changed files with 5 additions and 8 deletions

View File

@@ -2,10 +2,6 @@
The Alexa Plugin lets you control your Scrypted devices from Amazon Alexa.
## Beta
The skill is currently in the approval process. Join discord to get access to the beta.
## Setup
1. Install the Scrypted Cloud plugin (@scrypted/cloud).

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/alexa",
"version": "0.0.4",
"version": "0.0.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/alexa",
"version": "0.0.4",
"version": "0.0.10",
"dependencies": {
"@types/node": "^16.6.1",
"alexa-smarthome-ts": "^0.0.1",

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/alexa",
"version": "0.0.4",
"version": "0.0.10",
"scripts": {
"prepublishOnly": "NODE_ENV=production scrypted-webpack",
"prescrypted-vscode-launch": "scrypted-webpack",
@@ -24,7 +24,8 @@
"MixinProvider"
],
"pluginDependencies": [
"@scrypted/cloud"
"@scrypted/cloud",
"@scrypted/webrtc"
]
},
"dependencies": {