UNPKG

@switchbot/homebridge-switchbot

Version:

The SwitchBot plugin allows you to access your SwitchBot device(s) from HomeKit.

8 lines 244 B
export const PLUGIN_NAME = '@switchbot/homebridge-switchbot'; export const PLATFORM_NAME = 'SwitchBot'; export const DEFAULT_CONFIG = { preferMatter: true, enableMatter: true, enableBLE: true, }; //# sourceMappingURL=settings.js.map