sensors module

Introduction

The sensors modules provides constants for the different sensors Neowit supports. A full table of values is provided on the integration configuration page.

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_TEMP

Last updated