UNPKG

homebridge-am43-blinds-bluez

Version:

A homebridge plugin to control AM43 based shade motors in HomeKit. These include the A OK and Zemismart bluetooth based motors. This plugin requires a Homebridge host that supports Bluetooth 4.0

8 lines (7 loc) 289 B
import { PluginConfig } from "@homebridge/plugin-ui-utils/dist/ui.interface"; declare const useHomebridgeConfig: <Config extends PluginConfig>() => { config: Config; updateConfig: (newConfig: Config) => void; saveConfig: () => Promise<void>; }; export { useHomebridgeConfig };