From db737c3f4a522dcf63f18b31c0c36ef9fa588339 Mon Sep 17 00:00:00 2001
From: matthias-bs <83612361+matthias-bs@users.noreply.github.com>
Date: Sat, 7 Oct 2023 18:41:37 +0000
Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20matthias?=
=?UTF-8?q?-bs/BresserWeatherSensorReceiver@23b1e5bc927f9873c554d29f502214?=
=?UTF-8?q?e838571f61=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 | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/_weather_sensor_8h_source.html b/_weather_sensor_8h_source.html
index 70c738f3..c73191ad 100644
--- a/_weather_sensor_8h_source.html
+++ b/_weather_sensor_8h_source.html
@@ -388,18 +388,18 @@
Receive, decode and store Bresser Weather Sensor Data Uses CC1101 or SX1276 radio module for receivin...
Definition: WeatherSensor.h:141
-DecodeStatus getMessage(void)
Tries to receive radio message (non-blocking) and to decode it. Timeout occurs after a multitude of e...
Definition: WeatherSensor.cpp:210
-int findId(uint32_t id)
Definition: WeatherSensor.cpp:402
-bool is_decode3in1(uint32_t id)
Definition: WeatherSensor.cpp:428
+DecodeStatus getMessage(void)
Tries to receive radio message (non-blocking) and to decode it. Timeout occurs after a multitude of e...
Definition: WeatherSensor.cpp:212
+int findId(uint32_t id)
Definition: WeatherSensor.cpp:404
+bool is_decode3in1(uint32_t id)
Definition: WeatherSensor.cpp:430
float rssi
received signal strength indicator in dBm
Definition: WeatherSensor.h:247
-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:153
-bool genMessage(int i, uint32_t id=0xff, uint8_t type=1, uint8_t channel=0)
Generates data otherwise received and decoded from a radio message.
Definition: WeatherSensor.cpp:296
-int16_t begin(void)
Presence check and initialization of radio module.
Definition: WeatherSensor.cpp:95
+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:155
+bool genMessage(int i, uint32_t id=0xff, uint8_t type=1, uint8_t channel=0)
Generates data otherwise received and decoded from a radio message.
Definition: WeatherSensor.cpp:298
+int16_t begin(void)
Presence check and initialization of radio module.
Definition: WeatherSensor.cpp:97
WeatherSensor()
Constructor.
Definition: WeatherSensor.h:147
-int findType(uint8_t type, uint8_t channel=0xFF)
Definition: WeatherSensor.cpp:415
+int findType(uint8_t type, uint8_t channel=0xFF)
Definition: WeatherSensor.cpp:417
sensor_t sensor[NUM_SENSORS]
sensor data array
Definition: WeatherSensor.h:246
void clearSlots(uint8_t type=0xFF)
Clear sensor data.
Definition: WeatherSensor.h:266
-DecodeStatus decodeMessage(const uint8_t *msg, uint8_t msgSize)
Decode message Tries the available decoders until a decoding was successful.
Definition: WeatherSensor.cpp:252
+DecodeStatus decodeMessage(const uint8_t *msg, uint8_t msgSize)
Decode message Tries the available decoders until a decoding was successful.
Definition: WeatherSensor.cpp:254
sensor data and status flags
Definition: WeatherSensor.h:200
uint16_t lightning_unknown1
unknown part 1
Definition: WeatherSensor.h:239
bool battery_ok
battery o.k.
Definition: WeatherSensor.h:213