@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
11 lines • 374 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EnableBleClientCommand = void 0;
class EnableBleClientCommand {
constructor(deviceIds) {
this.deviceIds = deviceIds;
this.label = 'Enable BLE Client';
}
}
exports.EnableBleClientCommand = EnableBleClientCommand;
//# sourceMappingURL=enable-ble-client.command.js.map