This change reflects the conversation and fix discussed in #735

Gilles Debunne 2018-01-28 15:09:39 +01:00
parent d1b56f2d45
commit 40e2c740a4
1 changed files with 1 additions and 0 deletions

@ -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<br/>Enable option ``USE_DS18x20`` in ``user_config.h`` for multiple sensors using OneWire library
- DS18S20 Temperature - ``DS18x20 (4)`` in group 2<br/>Enable option ``USE_DS18x20`` in ``user_config.h`` using OneWire library
- External switch - ``Switch (9)``<br/>Use ``SwitchMode`` to tune it's behaviour