mirror of
https://github.com/koush/scrypted.git
synced 2026-09-17 17:20:39 +01:00
alexa: 2 way audio
This commit is contained in:
@@ -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).
|
||||
|
||||
4
plugins/alexa/package-lock.json
generated
4
plugins/alexa/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user