UNPKG

@pietrolubini/homebridge-ecoflow

Version:
9 lines (8 loc) 538 B
import { EcoFlowAccessoryWithQuotaBase } from '@ecoflow/accessories/ecoFlowAccessoryWithQuotaBase'; import { GlacierAllQuotaData } from '@ecoflow/accessories/glacier/interfaces/glacierHttpApiContracts'; import { SwitchServiceBase } from '@ecoflow/services/switchServiceBase'; export declare class SwitchDetachIceService extends SwitchServiceBase { constructor(ecoFlowAccessory: EcoFlowAccessoryWithQuotaBase<GlacierAllQuotaData>); protected processOnSetOn(value: boolean, revert: () => void): Promise<void>; private sendOn; }