Make sensor thresholds more reasonable (again)

This commit is contained in:
bzi 2019-03-08 20:24:32 +01:00
parent c96ab157c1
commit 0d00b48df3
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@
#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_ABHU 0.2 // small changes mean quite something
#define DIFF_HEAT 0.3 // this one's actually quite active
#define DIFF_ABHU 0.4 // small changes mean quite something
#define DIFF_HEAT 0.4 // this one's actually quite active
struct Sensor {
String desc; // sensor description