UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

9 lines 377 B
import { Labelled } from '../../../../common'; import { BleChannelConfig } from '../ble-channel.types'; export declare class BleChannelChangedEvent implements Labelled { readonly enabled: boolean; readonly config: BleChannelConfig; label: string; constructor(enabled: boolean, config: BleChannelConfig); } //# sourceMappingURL=ble-channel-changed.event.d.ts.map