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) 133 B
/// <reference types="node" /> export interface RemoteThermostatOptions { host: string; port: number; hmacKey: Buffer; }