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