Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ThermostatConfiguration

Configuration data for a single thermostat.

Hierarchy

Index

Properties

actuatorPin?: number

GPIO pin to which the actuator is connected.

name?: string

A string to uniquely identify a thermostat.

sensorPin?: number

GPIO pin to which the sensor is connected.

sensorType?: number

The sensor's type. Must be either 11 (DHT11) or 22 (DHT22/AM2302).

setpoint?: number

The desired temperature (in °C) to be maintained by the thermostat.

temperatureSummand?: number

A simple correction of the measured temperature by a fixed summand.

Generated using TypeDoc