UNPKG

homebridge-pura

Version:

Homebridge plugin for Pura smart fragrance diffusers

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