UNPKG

homebridge-philips-hue-sync-box

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