UNPKG

@ronniepettersson/homebridge-dummy

Version:

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

6 lines 232 B
import { HomebridgeDummyPlatform } from './platform.js'; import { PLATFORM_NAME } from './settings.js'; export default (api) => { api.registerPlatform(PLATFORM_NAME, HomebridgeDummyPlatform); }; //# sourceMappingURL=index.js.map