UNPKG

neramirez-broadlink-ts

Version:

A TypeScript-enhanced Node.JS fork of broadlinkjs, designed for interacting with RM devices in homebridge-broadlink-rm. Now includes a feature for handling multiple requests to the same device, with a specific focus on supporting homebridge-broadlink-wind

7 lines (6 loc) 179 B
/// <reference types="node" /> import { PromiseExecutor } from "./promiseExecutor"; export type QueueItem = { buffer: Buffer; promiseExecutor: PromiseExecutor<Buffer>; };