@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
9 lines • 333 B
TypeScript
import { Labelled } from '../../../../common';
import { GoveeDevice } from '../../../../data';
export declare class ModelProductQuery implements Labelled {
readonly device: GoveeDevice;
label: () => string;
private readonly logger;
constructor(device: GoveeDevice);
}
//# sourceMappingURL=model-product.query.d.ts.map