@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
9 lines • 385 B
TypeScript
import { Labelled } from '../../../../common';
import { BleChannelConfig } from '../ble-channel.types';
export declare class ConfigureBleChannelCommand implements Labelled {
readonly enabled: boolean;
readonly config: BleChannelConfig;
label: string;
constructor(enabled: boolean, config: BleChannelConfig);
}
//# sourceMappingURL=configure-ble-channel.command.d.ts.map