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.

3 lines (2 loc) 104 B
/** Sensor type is either 11 (DHT11) or 22 (DHT22/AM2302). */ export declare type SensorType = 11 | 22;