UNPKG

@pietrolubini/homebridge-ecoflow

Version:
5 lines (4 loc) 130 B
import { Logging } from 'homebridge'; export declare class MachineIdProvider { getMachineId(log: Logging): Promise<string>; }