Made alerts bold, fixed sensor not responding alert, refactored aggregator a small bit
This commit is contained in:
parent
0b41bbc446
commit
33de44b166
4 changed files with 66 additions and 41 deletions
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
// TEMPERATURE SENSOR
|
||||
#define TEMPERATURE_ENABLED // comment out to disable sensor
|
||||
#define TEMPERATURE_SENSOR SensorDHT(DHT11, 10)
|
||||
#define TEMPERATURE_SENSOR SensorDHT(DHT22, 10)
|
||||
#define TEMPERATURE_PROTOCOL ProtocolOregon(11, DEVICE_BASE_ID + 2)
|
||||
#define TEMPERATURE_TIMER_MULTIPLIER 10
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue