UNPKG

homebridge-roborock-control

Version:

A Homebridge plugin to control Roborock vacuum cleaners.

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