@pietrolubini/homebridge-ecoflow
Version:
Homebridge plugin for EcoFlow devices
8 lines (7 loc) • 614 B
TypeScript
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>;
}