camstack 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.
|
@@ -25918,6 +25918,17 @@ var AvailableIntegrationTypeSchema = external_exports.object({
|
|
|
25918
25918
|
iconUrl: external_exports.string().nullable(),
|
|
25919
25919
|
color: external_exports.string(),
|
|
25920
25920
|
instanceMode: external_exports.string(),
|
|
25921
|
+
/**
|
|
25922
|
+
* Integration wizard `mode` (LOCKED MODEL): `standalone` (create
|
|
25923
|
+
* immediately then add devices, no config step/button), `account` (config
|
|
25924
|
+
* step), or `broker` (broker step). Derived server-side by
|
|
25925
|
+
* `getAvailableTypes` when the addon manifest omits an explicit `mode`.
|
|
25926
|
+
*/
|
|
25927
|
+
mode: external_exports.enum([
|
|
25928
|
+
"standalone",
|
|
25929
|
+
"account",
|
|
25930
|
+
"broker"
|
|
25931
|
+
]),
|
|
25921
25932
|
discoveryMode: external_exports.string(),
|
|
25922
25933
|
/**
|
|
25923
25934
|
* Which integration-marker cap the addon declared, so the wizard can
|
package/dist/cli.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
runDiscover
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-WS27TKQ6.js";
|
|
5
5
|
import "./chunk-K3NQKI34.js";
|
|
6
6
|
|
|
7
7
|
// src/cli.ts
|
|
@@ -608,7 +608,7 @@ function isUnknown(_value) {
|
|
|
608
608
|
return true;
|
|
609
609
|
}
|
|
610
610
|
async function resolveServerInteractive(presetNamespace) {
|
|
611
|
-
const { discoverNodes, resolveHubFromDiscovered } = await import("./discover-
|
|
611
|
+
const { discoverNodes, resolveHubFromDiscovered } = await import("./discover-GMHZMTM6.js");
|
|
612
612
|
if (presetNamespace) {
|
|
613
613
|
const spinner4 = clack.spinner();
|
|
614
614
|
spinner4.start(`Discovering hub on LAN (namespace "${presetNamespace}")`);
|