UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

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