@pietrolubini/homebridge-ecoflow
Version:
Homebridge plugin for EcoFlow devices
7 lines (6 loc) • 371 B
TypeScript
import { SmartPlugMqttSetMessage } from '@ecoflow/accessories/smartplug/interfaces/smartPlugMqttApiContracts';
import { SimulatorTyped } from '@ecoflow/apis/simulations/simulator';
export declare class SmartPlugSimulator extends SimulatorTyped<SmartPlugMqttSetMessage> {
generateQuota(): object;
generateSetReplyTyped(message: SmartPlugMqttSetMessage): object;
}