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.
9 lines (8 loc) • 502 B
TypeScript
export { Thermostat } from './Thermostat';
export { ThermostatSetpoint } from './ThermostatSetpoint';
export { ThermostatSetpointUpdateOptions } from './ThermostatSetpointUpdateOptions';
export { ThermostatConfiguration } from './ThermostatConfiguration';
export { ThermostatData } from './ThermostatData';
export { updateRemoteThermostatSetpoint } from './updateRemoteThermostatSetpoint';
export { getRemoteThermostatData } from './getRemoteThermostatData';
export { SensorType } from './SensorType';