UNPKG

@pietrolubini/homebridge-ecoflow

Version:
7 lines (6 loc) 371 B
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; }