UNPKG

@homebridge-plugins/homebridge-ecovacs

Version:

Homebridge plugin to integrate Ecovacs Deebot devices into HomeKit.

11 lines (8 loc) 213 B
import { HomebridgePluginUiServer } from '@homebridge/plugin-ui-utils' class PluginUiServer extends HomebridgePluginUiServer { constructor() { super() this.ready() } } (() => new PluginUiServer())()