From 425f69b97326cba2c024ae93c7d65d1648437b22 Mon Sep 17 00:00:00 2001
From: matthias-bs <83612361+matthias-bs@users.noreply.github.com>
Date: Tue, 28 May 2024 22:20:16 +0000
Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20matthias?=
=?UTF-8?q?-bs/BresserWeatherSensorReceiver@44ed4bdcd30b146dbe34875b098170?=
=?UTF-8?q?3c35f894c1=20=F0=9F=9A=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
_weather_sensor_8h_source.html | 24 +++++++++----------
functions.html | 2 +-
functions_vars.html | 2 +-
navtreeindex0.js | 2 +-
search/all_c.js | 2 +-
search/variables_a.js | 2 +-
...ct_weather_sensor_1_1_air_p_m-members.html | 2 +-
struct_weather_sensor_1_1_air_p_m.html | 8 +++----
struct_weather_sensor_1_1_air_p_m.js | 2 +-
struct_weather_sensor_1_1_air_v_o_c.html | 2 +-
struct_weather_sensor_1_1_weather.html | 2 +-
11 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/_weather_sensor_8h_source.html b/_weather_sensor_8h_source.html
index c7815368..7c686bc1 100644
--- a/_weather_sensor_8h_source.html
+++ b/_weather_sensor_8h_source.html
@@ -310,7 +310,7 @@
-
+
@@ -466,20 +466,20 @@
Receive, decode and store Bresser Weather Sensor Data Uses CC1101 or SX1276 radio module for receivin...
Definition: WeatherSensor.h:169
-DecodeStatus getMessage(void)
Tries to receive radio message (non-blocking) and to decode it. Timeout occurs after a multitude of e...
Definition: WeatherSensor.cpp:316
-int findId(uint32_t id)
Definition: WeatherSensor.cpp:426
-void radioReset(void)
Reset radio transceiver.
Definition: WeatherSensor.cpp:232
+DecodeStatus getMessage(void)
Tries to receive radio message (non-blocking) and to decode it. Timeout occurs after a multitude of e...
Definition: WeatherSensor.cpp:317
+int findId(uint32_t id)
Definition: WeatherSensor.cpp:427
+void radioReset(void)
Reset radio transceiver.
Definition: WeatherSensor.cpp:233
uint8_t rxFlags
receive flags (see getData())
Definition: WeatherSensor.h:330
float rssi
received signal strength indicator in dBm
Definition: WeatherSensor.h:329
void getSensorsCfg(uint8_t &max_sensors, uint8_t &rx_flags, uint8_t &en_decoders)
Definition: WeatherSensorConfig.cpp:179
-bool getData(uint32_t timeout, uint8_t flags=0, uint8_t type=0, void(*func)()=NULL)
Wait for reception of data or occurrance of timeout. With BRESSER_6_IN_1, data is distributed across ...
Definition: WeatherSensor.cpp:242
+bool getData(uint32_t timeout, uint8_t flags=0, uint8_t type=0, void(*func)()=NULL)
Wait for reception of data or occurrance of timeout. With BRESSER_6_IN_1, data is distributed across ...
Definition: WeatherSensor.cpp:243
void setSensorsCfg(uint8_t max_sensors, uint8_t rx_flags, uint8_t en_decoders=0xFF)
Definition: WeatherSensorConfig.cpp:163
uint8_t enDecoders
enabled Decoders
Definition: WeatherSensor.h:331
-void sleep(void)
Set transceiver into sleep mode.
Definition: WeatherSensor.cpp:237
-int16_t begin(void)
Presence check and initialization of radio module.
Definition: WeatherSensor.cpp:135
-int findType(uint8_t type, uint8_t channel=0xFF)
Definition: WeatherSensor.cpp:439
+void sleep(void)
Set transceiver into sleep mode.
Definition: WeatherSensor.cpp:238
+int16_t begin(void)
Presence check and initialization of radio module.
Definition: WeatherSensor.cpp:136
+int findType(uint8_t type, uint8_t channel=0xFF)
Definition: WeatherSensor.cpp:440
uint8_t getSensorsInc(uint8_t *payload)
Definition: WeatherSensorConfig.cpp:116
-bool genMessage(int i, uint32_t id=0xff, uint8_t s_type=1, uint8_t channel=0, uint8_t startup=0)
Generates data otherwise received and decoded from a radio message.
Definition: WeatherSensor.cpp:368
+bool genMessage(int i, uint32_t id=0xff, uint8_t s_type=1, uint8_t channel=0, uint8_t startup=0)
Generates data otherwise received and decoded from a radio message.
Definition: WeatherSensor.cpp:369
struct Sensor sensor_t
Shortcut for struct Sensor.
Definition: WeatherSensor.h:327
std::vector< sensor_t > sensor
sensor data array
Definition: WeatherSensor.h:328
void setSensorsInc(uint8_t *bytes, uint8_t size)
Definition: WeatherSensorConfig.cpp:93
@@ -495,16 +495,16 @@
uint16_t co2_ppm
CO2 concentration in ppm.
Definition: WeatherSensor.h:283
Definition: WeatherSensor.h:273
uint16_t pm_1_0
air quality PM1.0 in µg/m³
Definition: WeatherSensor.h:274
-uint16_t pm_1_0_init
measurement value invalid due to initialization
Definition: WeatherSensor.h:277
bool pm_10_init
measurement value invalid due to initialization
Definition: WeatherSensor.h:279
bool pm_2_5_init
measurement value invalid due to initialization
Definition: WeatherSensor.h:278
uint16_t pm_2_5
air quality PM2.5 in µg/m³
Definition: WeatherSensor.h:275
+bool pm_1_0_init
measurement value invalid due to initialization
Definition: WeatherSensor.h:277
uint16_t pm_10
air quality PM10 in µg/m³
Definition: WeatherSensor.h:276
Definition: WeatherSensor.h:287
bool hcho_init
measurement value invalid due to initialization
Definition: WeatherSensor.h:290
uint8_t voc_level
volatile organic oompounds; 1 - bad air quality .. 5 - very good air quality
Definition: WeatherSensor.h:289
bool voc_init
measurement value invalid due to initialization
Definition: WeatherSensor.h:291
-uint16_t hcho_ppb
formaldehyde concentrartion in ppb
Definition: WeatherSensor.h:288
+uint16_t hcho_ppb
formaldehyde concentration in ppb
Definition: WeatherSensor.h:288
Definition: WeatherSensor.h:269
bool alarm
water leakage alarm (only water leakage)
Definition: WeatherSensor.h:270
Definition: WeatherSensor.h:261
@@ -531,7 +531,7 @@
bool temp_ok
temperature o.k. (only 6-in-1)
Definition: WeatherSensor.h:229
float temp_c
temperature in degC
Definition: WeatherSensor.h:235
uint8_t humidity
humidity in %
Definition: WeatherSensor.h:253
-float uv
uv radiation (only 6-in-1)
Definition: WeatherSensor.h:238
+float uv
uv radiation (only 6-in-1 & 7-in-1)
Definition: WeatherSensor.h:238
bool humidity_ok
humidity o.k.
Definition: WeatherSensor.h:230
bool wind_ok
wind speed/direction o.k. (only 6-in-1)
Definition: WeatherSensor.h:233
bool uv_ok
uv radiation o.k. (only 6-in-1)
Definition: WeatherSensor.h:232
diff --git a/functions.html b/functions.html
index a8c879f7..26e2b692 100644
--- a/functions.html
+++ b/functions.html
@@ -262,7 +262,7 @@ - p -
: WeatherSensor::AirPM
- pm_1_0_init
-: WeatherSensor::AirPM
+: WeatherSensor::AirPM
- pm_2_5
: WeatherSensor::AirPM
diff --git a/functions_vars.html b/functions_vars.html
index f7fa4828..864bc4a9 100644
--- a/functions_vars.html
+++ b/functions_vars.html
@@ -201,7 +201,7 @@
- p -
- pm_1_0_init
-: WeatherSensor::AirPM
+: WeatherSensor::AirPM
- pm_2_5
: WeatherSensor::AirPM
diff --git a/navtreeindex0.js b/navtreeindex0.js
index fdb6e7d9..ee30f022 100644
--- a/navtreeindex0.js
+++ b/navtreeindex0.js
@@ -68,10 +68,10 @@ var NAVTREEINDEX0 =
"struct_weather_sensor_1_1_air_c_o2.html#a4bb29a968f6064c0c07656fb639a582f":[1,0,5,0,1],
"struct_weather_sensor_1_1_air_p_m.html":[1,0,5,1],
"struct_weather_sensor_1_1_air_p_m.html#a54bb8f8b6613525867eb725c05be6640":[1,0,5,1,2],
-"struct_weather_sensor_1_1_air_p_m.html#a5af50b64565c8bf0b9f268cf4ee3b9ce":[1,0,5,1,3],
"struct_weather_sensor_1_1_air_p_m.html#a76b65a1f0160e10e0eae62d26f4a05b1":[1,0,5,1,1],
"struct_weather_sensor_1_1_air_p_m.html#ac1e3aab0a54ce4842a8c010888f31495":[1,0,5,1,5],
"struct_weather_sensor_1_1_air_p_m.html#ac952ca4049d2029b66b0bee4f25165f9":[1,0,5,1,4],
+"struct_weather_sensor_1_1_air_p_m.html#aeba1fb3e55a1b48bc8c83f8cbb95d656":[1,0,5,1,3],
"struct_weather_sensor_1_1_air_p_m.html#af739c3f87ea2c1254889a14f719791e2":[1,0,5,1,0],
"struct_weather_sensor_1_1_air_v_o_c.html":[1,0,5,2],
"struct_weather_sensor_1_1_air_v_o_c.html#a27ba994472c3437709f1811517dbf449":[1,0,5,2,0],
diff --git a/search/all_c.js b/search/all_c.js
index 5d417d4d..83bfa6de 100644
--- a/search/all_c.js
+++ b/search/all_c.js
@@ -4,7 +4,7 @@ var searchData=
['pm_5f10_45',['pm_10',['../struct_weather_sensor_1_1_air_p_m.html#af739c3f87ea2c1254889a14f719791e2',1,'WeatherSensor::AirPM']]],
['pm_5f10_5finit_46',['pm_10_init',['../struct_weather_sensor_1_1_air_p_m.html#a76b65a1f0160e10e0eae62d26f4a05b1',1,'WeatherSensor::AirPM']]],
['pm_5f1_5f0_47',['pm_1_0',['../struct_weather_sensor_1_1_air_p_m.html#a54bb8f8b6613525867eb725c05be6640',1,'WeatherSensor::AirPM']]],
- ['pm_5f1_5f0_5finit_48',['pm_1_0_init',['../struct_weather_sensor_1_1_air_p_m.html#a5af50b64565c8bf0b9f268cf4ee3b9ce',1,'WeatherSensor::AirPM']]],
+ ['pm_5f1_5f0_5finit_48',['pm_1_0_init',['../struct_weather_sensor_1_1_air_p_m.html#aeba1fb3e55a1b48bc8c83f8cbb95d656',1,'WeatherSensor::AirPM']]],
['pm_5f2_5f5_49',['pm_2_5',['../struct_weather_sensor_1_1_air_p_m.html#ac952ca4049d2029b66b0bee4f25165f9',1,'WeatherSensor::AirPM']]],
['pm_5f2_5f5_5finit_50',['pm_2_5_init',['../struct_weather_sensor_1_1_air_p_m.html#ac1e3aab0a54ce4842a8c010888f31495',1,'WeatherSensor::AirPM']]],
['prestcount_51',['preStCount',['../structnv_lightning__t.html#afbfb201f9622fae40981d0a4d9fb0b6d',1,'nvLightning_t']]],
diff --git a/search/variables_a.js b/search/variables_a.js
index 386f50cf..b0c40c95 100644
--- a/search/variables_a.js
+++ b/search/variables_a.js
@@ -3,7 +3,7 @@ var searchData=
['pm_5f10_151',['pm_10',['../struct_weather_sensor_1_1_air_p_m.html#af739c3f87ea2c1254889a14f719791e2',1,'WeatherSensor::AirPM']]],
['pm_5f10_5finit_152',['pm_10_init',['../struct_weather_sensor_1_1_air_p_m.html#a76b65a1f0160e10e0eae62d26f4a05b1',1,'WeatherSensor::AirPM']]],
['pm_5f1_5f0_153',['pm_1_0',['../struct_weather_sensor_1_1_air_p_m.html#a54bb8f8b6613525867eb725c05be6640',1,'WeatherSensor::AirPM']]],
- ['pm_5f1_5f0_5finit_154',['pm_1_0_init',['../struct_weather_sensor_1_1_air_p_m.html#a5af50b64565c8bf0b9f268cf4ee3b9ce',1,'WeatherSensor::AirPM']]],
+ ['pm_5f1_5f0_5finit_154',['pm_1_0_init',['../struct_weather_sensor_1_1_air_p_m.html#aeba1fb3e55a1b48bc8c83f8cbb95d656',1,'WeatherSensor::AirPM']]],
['pm_5f2_5f5_155',['pm_2_5',['../struct_weather_sensor_1_1_air_p_m.html#ac952ca4049d2029b66b0bee4f25165f9',1,'WeatherSensor::AirPM']]],
['pm_5f2_5f5_5finit_156',['pm_2_5_init',['../struct_weather_sensor_1_1_air_p_m.html#ac1e3aab0a54ce4842a8c010888f31495',1,'WeatherSensor::AirPM']]],
['prestcount_157',['preStCount',['../structnv_lightning__t.html#afbfb201f9622fae40981d0a4d9fb0b6d',1,'nvLightning_t']]],
diff --git a/struct_weather_sensor_1_1_air_p_m-members.html b/struct_weather_sensor_1_1_air_p_m-members.html
index 6d50bfe6..eb434ee5 100644
--- a/struct_weather_sensor_1_1_air_p_m-members.html
+++ b/struct_weather_sensor_1_1_air_p_m-members.html
@@ -92,7 +92,7 @@
pm_10 | WeatherSensor::AirPM | |
pm_10_init | WeatherSensor::AirPM | |
pm_1_0 | WeatherSensor::AirPM | |
- pm_1_0_init | WeatherSensor::AirPM | |
+ pm_1_0_init | WeatherSensor::AirPM | |
pm_2_5 | WeatherSensor::AirPM | |
pm_2_5_init | WeatherSensor::AirPM | |
diff --git a/struct_weather_sensor_1_1_air_p_m.html b/struct_weather_sensor_1_1_air_p_m.html
index 4411e0d8..47ca9b6f 100644
--- a/struct_weather_sensor_1_1_air_p_m.html
+++ b/struct_weather_sensor_1_1_air_p_m.html
@@ -104,10 +104,10 @@
uint16_t pm_10 |
| air quality PM10 in µg/m³
|
|
-
-uint16_t | pm_1_0_init |
- | measurement value invalid due to initialization
|
- |
+
+bool | pm_1_0_init |
+ | measurement value invalid due to initialization
|
+ |
bool | pm_2_5_init |
| measurement value invalid due to initialization
|
diff --git a/struct_weather_sensor_1_1_air_p_m.js b/struct_weather_sensor_1_1_air_p_m.js
index f2797f32..ab9b25de 100644
--- a/struct_weather_sensor_1_1_air_p_m.js
+++ b/struct_weather_sensor_1_1_air_p_m.js
@@ -3,7 +3,7 @@ var struct_weather_sensor_1_1_air_p_m =
[ "pm_10", "struct_weather_sensor_1_1_air_p_m.html#af739c3f87ea2c1254889a14f719791e2", null ],
[ "pm_10_init", "struct_weather_sensor_1_1_air_p_m.html#a76b65a1f0160e10e0eae62d26f4a05b1", null ],
[ "pm_1_0", "struct_weather_sensor_1_1_air_p_m.html#a54bb8f8b6613525867eb725c05be6640", null ],
- [ "pm_1_0_init", "struct_weather_sensor_1_1_air_p_m.html#a5af50b64565c8bf0b9f268cf4ee3b9ce", null ],
+ [ "pm_1_0_init", "struct_weather_sensor_1_1_air_p_m.html#aeba1fb3e55a1b48bc8c83f8cbb95d656", null ],
[ "pm_2_5", "struct_weather_sensor_1_1_air_p_m.html#ac952ca4049d2029b66b0bee4f25165f9", null ],
[ "pm_2_5_init", "struct_weather_sensor_1_1_air_p_m.html#ac1e3aab0a54ce4842a8c010888f31495", null ]
];
\ No newline at end of file
diff --git a/struct_weather_sensor_1_1_air_v_o_c.html b/struct_weather_sensor_1_1_air_v_o_c.html
index 88efa6ea..f8a8fb41 100644
--- a/struct_weather_sensor_1_1_air_v_o_c.html
+++ b/struct_weather_sensor_1_1_air_v_o_c.html
@@ -94,7 +94,7 @@
Public Attributes
uint16_t | hcho_ppb |
- | formaldehyde concentrartion in ppb
|
+ | formaldehyde concentration in ppb
|
|
uint8_t | voc_level |
diff --git a/struct_weather_sensor_1_1_weather.html b/struct_weather_sensor_1_1_weather.html
index b0561740..8719da1a 100644
--- a/struct_weather_sensor_1_1_weather.html
+++ b/struct_weather_sensor_1_1_weather.html
@@ -130,7 +130,7 @@
|
float | uv = 0.0 |
- | uv radiation (only 6-in-1)
|
+ | uv radiation (only 6-in-1 & 7-in-1)
|
|
float | rain_mm = 0.0 |