UNPKG

yeelight-awesome

Version:

The node.js client api to control yeelight device over WIFI

9 lines (8 loc) 222 B
import { CommandType } from "./enums"; export declare class Command { id: number; method: CommandType; params: any[]; constructor(id: number, method: CommandType, params: any[]); getString(): string; }