@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
11 lines • 474 B
TypeScript
import { Labelled } from '~ultimate-govee-common';
export declare class BlePublishCommand implements Labelled {
readonly commandId: string;
readonly id: string;
readonly bleAddress: string;
readonly commands: number[][];
readonly debug?: boolean | undefined;
label: () => string;
constructor(commandId: string, id: string, bleAddress: string, commands: number[][], debug?: boolean | undefined);
}
//# sourceMappingURL=ble-publish.command.d.ts.map