UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

11 lines 422 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BleChannelConfigReceivedEvent = void 0; class BleChannelConfigReceivedEvent { constructor(config) { this.config = config; this.label = 'Received new BLE channel configuration'; } } exports.BleChannelConfigReceivedEvent = BleChannelConfigReceivedEvent; //# sourceMappingURL=ble-channel-config-received.event.js.map