UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

3 lines 208 B
import { Conditions, DecodeDevice } from './types'; export declare const deviceMatches: (device: DecodeDevice, conditions: Conditions, operand?: any) => boolean; //# sourceMappingURL=device.condition.d.ts.map