mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-23 01:08:12 +00:00
Plugins: add device pairing and phone controls
This commit is contained in:
@@ -13,7 +13,11 @@ export type NormalizedPluginsConfig = {
|
||||
entries: Record<string, { enabled?: boolean; config?: unknown }>;
|
||||
};
|
||||
|
||||
export const BUNDLED_ENABLED_BY_DEFAULT = new Set<string>();
|
||||
export const BUNDLED_ENABLED_BY_DEFAULT = new Set<string>([
|
||||
"device-pair",
|
||||
"phone-control",
|
||||
"talk-voice",
|
||||
]);
|
||||
|
||||
const normalizeList = (value: unknown): string[] => {
|
||||
if (!Array.isArray(value)) {
|
||||
|
||||
Reference in New Issue
Block a user