UNPKG

homebridge-dooyashade

Version:
9 lines 304 B
import { DooyashadeHomebridgePlatform } from './platform.js'; import { PLATFORM_NAME } from './settings.js'; /** * This method registers the platform with Homebridge */ export default (api) => { api.registerPlatform(PLATFORM_NAME, DooyashadeHomebridgePlatform); }; //# sourceMappingURL=index.js.map