UNPKG

thermostat-pi-dht

Version:

A Node.js framework (standalone app + lib) to control a heating system with a Raspberry Pi using DHT11 or DHT22/AM2302 sensors and GPIO actuators.

7 lines (6 loc) 141 B
/** Get a JSON */ export declare function httpGetJSON(params: { host: string; port: number; path?: string; }): Promise<string>;