UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

10 lines 335 B
"use strict"; 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