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

4 lines (3 loc) 156 B
/// <reference types="node" /> declare const buildCommandBuffer: (commandID: number, data: Uint8Array | number[]) => Buffer; export { buildCommandBuffer };