UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

11 lines 395 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConfigureRestChannelCommand = void 0; class ConfigureRestChannelCommand { constructor(config) { this.config = config; this.label = 'Configure Rest Channel'; } } exports.ConfigureRestChannelCommand = ConfigureRestChannelCommand; //# sourceMappingURL=configure-rest-channel.command.js.map