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

3 lines (2 loc) 332 B
import { Characteristic, PlatformAccessory, Service } from "homebridge"; export declare const updateCharacteristicValue: (accessory: PlatformAccessory, service: Parameters<PlatformAccessory["getService"]>[0], characteristic: Parameters<Service["getCharacteristic"]>[0], value: Parameters<Characteristic["updateValue"]>[0]) => void;