diff options
author | Timofey Titovets <nefelim4ag@gmail.com> | 2024-04-21 00:42:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-20 18:42:31 -0400 |
commit | 713b50969848910d52c7d91dce695140bb59df9d (patch) | |
tree | 689010a2ec44c4b2fe18c41c95893493a5ed9a0f /docs/Status_Reference.md | |
parent | 28faf814143a22534f2afa5b292ffd97b8acf886 (diff) | |
download | kutter-713b50969848910d52c7d91dce695140bb59df9d.tar.gz kutter-713b50969848910d52c7d91dce695140bb59df9d.tar.xz kutter-713b50969848910d52c7d91dce695140bb59df9d.zip |
sht3x: Add sht31 support (#6560)
Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
Diffstat (limited to 'docs/Status_Reference.md')
-rw-r--r-- | docs/Status_Reference.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md index 0e72a12b..66d840d1 100644 --- a/docs/Status_Reference.md +++ b/docs/Status_Reference.md @@ -445,6 +445,7 @@ The following information is available in [bme280 config_section_name](Config_Reference.md#bmp280bme280bme680-temperature-sensor), [htu21d config_section_name](Config_Reference.md#htu21d-sensor), +[sht3x config_section_name](Config_Reference.md#sht31-sensor), [lm75 config_section_name](Config_Reference.md#lm75-temperature-sensor), [temperature_host config_section_name](Config_Reference.md#host-temperature-sensor) and @@ -452,7 +453,7 @@ and objects: - `temperature`: The last read temperature from the sensor. - `humidity`, `pressure`, `gas`: The last read values from the sensor - (only on bme280, htu21d, and lm75 sensors). + (only on bme280, htu21d, sht3x and lm75 sensors). ## temperature_fan |