UNPKG

homebridge-flume

Version:

Homebridge plugin to integrate Flume devices into HomeKit.

8 lines 244 B
import { FlumePlatform, PLATFORM_ALIAS } from './platform.js'; /** * This method registers the platform with Homebridge */ export default (api) => { api.registerPlatform(PLATFORM_ALIAS, FlumePlatform); }; //# sourceMappingURL=index.js.map