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

8 lines 230 B
import { DeviceFullInfo } from 'gree-ac-api/lib/@types'; import { Device } from 'gree-ac-api'; interface ACContext { data: DeviceFullInfo; device: Device; } export default ACContext; //# sourceMappingURL=ACContext.d.ts.map