Skip to content

Commit

Permalink
Update WeatherSensor.h
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs authored Jul 23, 2023
1 parent 266dd6d commit 2e26c30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/WeatherSensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
// 20230624 Added Bresser Lightning Sensor decoder
// 20230708 Added SENSOR_TYPE_WEATHER_7IN1 and startup flag
// 20230716 Added decodeMessage() to separate decoding function from receiving function
// 20230723 Added SENSOR_TYPE_WATER
//
// ToDo:
// -
Expand All @@ -81,6 +82,7 @@
// 2 - Thermo-/Hygro-Sensor 6-in-1; PN 7009999
// 3 - Lightning Sensor PN 7009976
// 4 - Soil Moisture Sensor 6-in-1; PN 7009972
// 5 - Water Leakage Sensor 6-in-1; PN 7009975
// 9 - Professional Rain Gauge (5-in-1 decoder)
// 11 - Weather Sensor 7-in-1 7-in-1; PN 7003300
// ? - Air Quality Sensor
Expand All @@ -91,6 +93,7 @@
#define SENSOR_TYPE_THERMO_HYGRO 2 // Thermo-/Hygro-Sensor
#define SENSOR_TYPE_LIGHTNING 3 // Lightning Sensor
#define SENSOR_TYPE_SOIL 4 // Soil Temperature and Moisture (from 6-in-1 decoder)
#define SENSOR_TYPE_WATER 5 // Water Leakage
#define SENSOR_TYPE_RAIN 9 // Professional Rain Gauge (from 5-in-1 decoder)
#define SENSOR_TYPE_WEATHER_7IN1 11 // Weather Sensor 7-in-1

Expand Down

0 comments on commit 2e26c30

Please sign in to comment.