@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
11 lines • 413 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConfigureOpenAPIChannelCommand = void 0;
class ConfigureOpenAPIChannelCommand {
constructor(config) {
this.config = config;
this.label = 'Configure OpenAPI Channel';
}
}
exports.ConfigureOpenAPIChannelCommand = ConfigureOpenAPIChannelCommand;
//# sourceMappingURL=configure-openapi-channel.command.js.map