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.

4 lines (3 loc) 230 B
import { RemoteThermostatOptions } from './RemoteThermostatOptions'; import { ThermostatData } from './ThermostatData'; export declare function getRemoteThermostatData(options: RemoteThermostatOptions): Promise<ThermostatData[]>;