UNPKG

homebridge-lookin-http-ac

Version:
7 lines (6 loc) 285 B
import type { PlatformAccessory } from 'homebridge'; import type { Platform } from './platform.js'; import { SensorPoller } from './sensorPoller.js'; export declare class TemperatureAccessory { constructor(platform: Platform, accessory: PlatformAccessory, poller: SensorPoller); }