From 40e2c740a473f6d5f1ea4bdd8381f4cc31166723 Mon Sep 17 00:00:00 2001 From: Gilles Debunne Date: Sun, 28 Jan 2018 15:09:39 +0100 Subject: [PATCH] This change reflects the conversation and fix discussed in #735 --- Sensor-Configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Sensor-Configuration.md b/Sensor-Configuration.md index 36d6bdc9..ccabb5e6 100644 --- a/Sensor-Configuration.md +++ b/Sensor-Configuration.md @@ -17,6 +17,7 @@ The following single wire sensors are supported: - DHT22 Temperature and Humidity - ``DHT22 (3)`` in group 1 - AM2302 Temperature and Humidity - ``DHT22 (3)`` in group 1 - AM2321 Temperature and Humidity - ``DHT22 (3)`` in group 1 +- Itead SI7021 Temperature and Humidity - ``SI7021 (3)`` in group 1 - DS18B20 Temperature - ``DS18x20 (4)`` in group 2
Enable option ``USE_DS18x20`` in ``user_config.h`` for multiple sensors using OneWire library - DS18S20 Temperature - ``DS18x20 (4)`` in group 2
Enable option ``USE_DS18x20`` in ``user_config.h`` using OneWire library - External switch - ``Switch (9)``
Use ``SwitchMode`` to tune it's behaviour