Humidity Temperature Sensor

Humidity and temperature can be important for a number of applications such as regulating environmental controls. Using an commercially available sensor(DHT11 or DHT22) we can take a digital read of humidity and temperature (in F).

The core can be expanded to support sensors of other models as well

Sensor Settings

  • type: Humidity
  • model: 11, 21, or 22 Default: 11

Returns

[Object]

{
	humidity: [float], 
	temperature: [float]
}