matterbridge
Version:
Matterbridge plugin manager for Matter
27 lines • 1.04 kB
TypeScript
/**
* This file contains the default config for the plugins.
*
* @file defaultConfigSchema.ts
* @author Luca Liguori
* @date 2024-05-07
* @version 1.0.1
*
* Copyright 2024, 2025, 2026 Luca Liguori.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License. *
*/
import { PlatformConfig } from './matterbridgePlatform.js';
export declare const zigbee2mqtt_config: PlatformConfig;
export declare const somfytahoma_config: PlatformConfig;
export declare const shelly_config: PlatformConfig;
//# sourceMappingURL=defaultConfigSchema.d.ts.map