Implement XML reading output and update timestamp handling in sensor loop

This commit is contained in:
2025-12-08 14:32:02 +01:00
parent 52feb78983
commit 89850a0b20
2 changed files with 33 additions and 7 deletions
+8
View File
@@ -0,0 +1,8 @@
<reading time="10" id="SHT40">
<temp unit="C">
23.45
</temp>
<humidity unit="%">
48.12
</humidity>
</reading>