UNPKG

@petro-kushchak/homebridge-ch-gree-ac-eve-platform

Version:

Cooper&Hunter (based on Gree AC API) AC plugin for Homebridge (Homekit) with Web Hook/MQTT Data Sharing

6 lines 304 B
import { Status } from 'gree-ac-api/lib/@types'; import { Device } from 'gree-ac-api'; export type SendDataFunc = (data: Partial<Status>) => Promise<void>; declare const sendData: (device: Device) => (data: Partial<Status>) => Promise<any>; export default sendData; //# sourceMappingURL=acSender.d.ts.map