Make sensor thresholds more reasonable (again)
This commit is contained in:
parent
c96ab157c1
commit
0d00b48df3
@ -22,8 +22,8 @@
|
|||||||
|
|
||||||
#define DIFF_TEMP 0.3 // sensor has only 0.5°C accuracy, triggering on less is ludicrous
|
#define DIFF_TEMP 0.3 // sensor has only 0.5°C accuracy, triggering on less is ludicrous
|
||||||
#define DIFF_HMID 1.5 // humidity doesn't change that much anyways
|
#define DIFF_HMID 1.5 // humidity doesn't change that much anyways
|
||||||
#define DIFF_ABHU 0.2 // small changes mean quite something
|
#define DIFF_ABHU 0.4 // small changes mean quite something
|
||||||
#define DIFF_HEAT 0.3 // this one's actually quite active
|
#define DIFF_HEAT 0.4 // this one's actually quite active
|
||||||
|
|
||||||
struct Sensor {
|
struct Sensor {
|
||||||
String desc; // sensor description
|
String desc; // sensor description
|
||||||
|
Loading…
Reference in New Issue
Block a user