UNPKG

@pietrolubini/homebridge-ecoflow

Version:
8 lines (7 loc) 614 B
import { EcoFlowAccessoryWithQuotaBase } from '@ecoflow/accessories/ecoFlowAccessoryWithQuotaBase'; import { GlacierAllQuotaData } from '@ecoflow/accessories/glacier/interfaces/glacierHttpApiContracts'; import { GlacierThermostatFridgeServiceBase } from '@ecoflow/accessories/glacier/services/glacierThermostatFridgeServiceBase'; export declare class ThermostatFridgeSingleZoneService extends GlacierThermostatFridgeServiceBase { constructor(ecoFlowAccessory: EcoFlowAccessoryWithQuotaBase<GlacierAllQuotaData>); protected processOnSetTargetTemperature(value: number, revert: () => void): Promise<void>; }