@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
12 lines • 408 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BleChannelChangedEvent = void 0;
class BleChannelChangedEvent {
constructor(enabled, config) {
this.enabled = enabled;
this.config = config;
this.label = 'BLE channel changed';
}
}
exports.BleChannelChangedEvent = BleChannelChangedEvent;
//# sourceMappingURL=ble-channel-changed.event.js.map