You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/sht4x.ex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ defmodule SHT4X do
21
21
The possible values can be:
22
22
- `:fresh` - This is a recent sample. See the `:stale_threshold`.
23
23
- `:stale` - This is an old sample that should be used with caution.
24
-
- `:unusable` - This is a default sample when no measurements are available.
24
+
- `:unusable` - This is a default sample when no measurements are available, or, the sensor is giving know bad values (see: https://github.com/elixir-sensors/sht4x/issues/29)
25
25
- `:converging` - This is optionally set by the temperature compensation algorithm to indicate that it was recently restarted without historic state information and needs more time to give accurate values
0 commit comments