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