From 0b6c717cbe2cfd9f60a9380059a5692f5e5ce309 Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Fri, 14 Jun 2019 15:02:35 -0400 Subject: [PATCH] Updated Sensor Configuration (markdown) --- Sensor-Configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sensor-Configuration.md b/Sensor-Configuration.md index 4ce5478c..6768da86 100644 --- a/Sensor-Configuration.md +++ b/Sensor-Configuration.md @@ -19,8 +19,8 @@ The following single wire sensors are supported: - AM2302 Temperature and Humidity - ``AM2301 (2)`` in group 1 - AM2321 Temperature and Humidity - ``AM2301 (2)`` 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 ``my_user_config.h`` for multiple sensors using OneWire library -- DS18S20 Temperature - ``DS18x20 (4)`` in group 2
Enable option ``USE_DS18x20`` in ``my_user_config.h`` using OneWire library +- DS18B20 Temperature - ``DS18x20 (4)`` in group 2
Enable option ``USE_DS18x20`` in ``user_config_override.h`` for multiple sensors using OneWire library +- DS18S20 Temperature - ``DS18x20 (4)`` in group 2
Enable option ``USE_DS18x20`` in ``user_config_override.h`` using OneWire library - External switch - ``Switch (9)``
Use [`SwitchMode`](Commands#switchmode) to tune its behaviour - HC-SR501 PIR Motion Detection - ``Switch (9)``
Use [`SwitchMode`](Commands#switchmode) to tune its behaviour