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