Skip to content

Commit

Permalink
Update WeatherSensor.h
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Jun 8, 2023
1 parent 7e22410 commit a37e000
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/WeatherSensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,14 @@
// Sensor Types
// 0 - Weather Station 5-in-1; PN 7002510..12/7902510..12
// 1 - Weather Station 6-in-1; PN 7002585
// - Professional Wind Gauge 6-in-1; PN 7002531
// 2 - Thermo-/Hygro-Sensor 6-in-1; PN 7009999
// 4 - Soil Moisture Sensor 6-in-1; PN 7009972
// 9 - Professional Rain Gauge (5-in-1 decoder)
// ? - Air Quality Sensor
// ? - Water Leakage Sensor
// ? - Pool Thermometer
// ? - Lightning Sensor
// ? - Lightning Sensor PN 7009976
#define SENSOR_TYPE_WEATHER0 0 // Weather Station
#define SENSOR_TYPE_WEATHER1 1 // Weather Station
#define SENSOR_TYPE_THERMO_HYGRO 2 // Thermo-/Hygro-Sensor
Expand Down

0 comments on commit a37e000

Please sign in to comment.