UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

11 lines 390 B
"use strict"; 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