UNPKG

homebridge-vwconnectid

Version:
13 lines 653 B
import { PlatformAccessory, CharacteristicValue } from 'homebridge'; import { WeConnectIDPlatform } from './platform'; export declare class ClimatisationAccessory { private readonly platform; private readonly accessory; private service; constructor(platform: WeConnectIDPlatform, accessory: PlatformAccessory); setTargetTemperature(value: CharacteristicValue): Promise<void>; getCurrentHeatingCoolingState(): Promise<CharacteristicValue>; setCurrentHeatingCoolingState(value: CharacteristicValue): Promise<void>; getTargetTemperature(): Promise<CharacteristicValue>; } //# sourceMappingURL=climatisationAccessory.d.ts.map