@camstack/addon-export-alexa 1.1.9 → 1.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -15718,6 +15718,17 @@ var AvailableIntegrationTypeSchema = object({
|
|
|
15718
15718
|
iconUrl: string().nullable(),
|
|
15719
15719
|
color: string(),
|
|
15720
15720
|
instanceMode: string(),
|
|
15721
|
+
/**
|
|
15722
|
+
* Integration wizard `mode` (LOCKED MODEL): `standalone` (create
|
|
15723
|
+
* immediately then add devices, no config step/button), `account` (config
|
|
15724
|
+
* step), or `broker` (broker step). Derived server-side by
|
|
15725
|
+
* `getAvailableTypes` when the addon manifest omits an explicit `mode`.
|
|
15726
|
+
*/
|
|
15727
|
+
mode: _enum([
|
|
15728
|
+
"standalone",
|
|
15729
|
+
"account",
|
|
15730
|
+
"broker"
|
|
15731
|
+
]),
|
|
15721
15732
|
discoveryMode: string(),
|
|
15722
15733
|
/**
|
|
15723
15734
|
* Which integration-marker cap the addon declared, so the wizard can
|
|
@@ -15692,6 +15692,17 @@ var AvailableIntegrationTypeSchema = object({
|
|
|
15692
15692
|
iconUrl: string().nullable(),
|
|
15693
15693
|
color: string(),
|
|
15694
15694
|
instanceMode: string(),
|
|
15695
|
+
/**
|
|
15696
|
+
* Integration wizard `mode` (LOCKED MODEL): `standalone` (create
|
|
15697
|
+
* immediately then add devices, no config step/button), `account` (config
|
|
15698
|
+
* step), or `broker` (broker step). Derived server-side by
|
|
15699
|
+
* `getAvailableTypes` when the addon manifest omits an explicit `mode`.
|
|
15700
|
+
*/
|
|
15701
|
+
mode: _enum([
|
|
15702
|
+
"standalone",
|
|
15703
|
+
"account",
|
|
15704
|
+
"broker"
|
|
15705
|
+
]),
|
|
15695
15706
|
discoveryMode: string(),
|
|
15696
15707
|
/**
|
|
15697
15708
|
* Which integration-marker cap the addon declared, so the wizard can
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-export-alexa",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.10",
|
|
4
4
|
"description": "Alexa Smart Home Skill export — hub-side OAuth provider + directive handler. The companion AWS Lambda forwards Alexa directives to this addon's /addon/export-alexa/directive endpoint.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|