@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
11 lines • 390 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BleRecordDeviceCommand = void 0;
class BleRecordDeviceCommand {
constructor(device) {
this.device = device;
this.label = () => `BLE Record Device: ${this.device.id}`;
}
}
exports.BleRecordDeviceCommand = BleRecordDeviceCommand;
//# sourceMappingURL=ble-record-device.command.js.map