sensors module
Introduction
Example
# Air Flor per cubic hour
sensorType = sensors.AIR_FLOW_CUBIC_HOUR
# Indoor temperature in Celsius
sensorType = sensors.TEMP
# Outdoor temperature in Celsius
sensorType = sensors.OUTDOOR_TEMPLast updated