UNPKG

yeelight-awesome

Version:

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

16 lines 421 B
"use strict"; exports.__esModule = true; exports.Command = void 0; var Command = /** @class */ (function () { function Command(id, method, params) { this.id = id; this.method = method; this.params = params; } Command.prototype.getString = function () { return JSON.stringify(this); }; return Command; }()); exports.Command = Command; //# sourceMappingURL=command.js.map