UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

10 lines 328 B
import { ModelDecoder } from './device.decoder'; export declare const properties: readonly ["temperature", "hum", "pm25"]; export declare const H5106: { brand: string; model: string; modelName: string; type: string[]; }; export declare const decodeH5106: ModelDecoder; //# sourceMappingURL=H5106.decoder.d.ts.map