UNPKG

@pietrolubini/homebridge-ecoflow

Version:
7 lines (6 loc) 383 B
import { PowerStreamMqttSetMessage } from '@ecoflow/accessories/powerstream/interfaces/powerStreamMqttApiContracts'; import { SimulatorTyped } from '@ecoflow/apis/simulations/simulator'; export declare class PowerStreamSimulator extends SimulatorTyped<PowerStreamMqttSetMessage> { generateQuota(): object; generateSetReplyTyped(message: PowerStreamMqttSetMessage): object; }