matthias-bs / BresserWeatherSensorReceiver

Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101, SX1276/RFM95W or SX1262
MIT License
100 stars 21 forks source link

Add run time configuration of (sensor_ids_inc/sensor_ids_exc) via MQTT to examples #158

Open matthias-bs opened 2 months ago

matthias-bs commented 2 months ago

The sensor include / exclude list can now be configured at run time with setSensorsInc() / setSensorsExc(). The configuration can be read back via getSensorsInc() / getSensorsExc(). Both should be added to the MQTT examples.