luftdaten-at / firmware

Open source firmware for Luftdaten.at devices, written in CircuitPython.
GNU Affero General Public License v3.0
0 stars 0 forks source link

send status to api #36

Closed silvioheinze closed 3 weeks ago

silvioheinze commented 1 month ago

Send status like errors or successful updates to api endpoint /station/status

silvioheinze commented 1 month ago

status:

n11ik commented 4 weeks ago

Steps

n11ik commented 4 weeks ago

I created a simple logging class and replaced all print statements with logging.[log level]. TODO