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