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) 259 B
import { ThermostatData } from './ThermostatData'; import { ThermostatSetpointUpdateOptions } from './ThermostatSetpointUpdateOptions'; export declare function updateRemoteThermostatSetpoint(options: ThermostatSetpointUpdateOptions): Promise<ThermostatData>;