UNPKG

@ronniepettersson/homebridge-dummy

Version:

Create Homebridge accessories to help with automation and control — scheduling, delays, sensors, commands, webhooks, and more

4 lines (3 loc) 191 B
import { Log } from './log.js'; import { DummyConfig } from '../model/types.js'; export declare function migrateAccessories(log: Log, configPath: string): Promise<DummyConfig[] | undefined>;