removed some ai garbage, moved json output to new json folder.

!!! temperaturSensor.py is incompatible with the webserver !!!
!!! fix asap !!!
This commit is contained in:
mia 2025-06-15 23:13:08 +02:00
parent 3226ed29ec
commit 9bf8f089b6
6 changed files with 9 additions and 15 deletions

View file

@ -0,0 +1,30 @@
{
"id": "sensor_002/3",
"type": "environment",
"unit": {
"temperature": "°C",
"humidity": "%"
},
"reading": [
{
"ts": 1748436535,
"temperature": 24.7,
"humidity": 58
},
{
"ts": 1748436538,
"temperature": 24.6,
"humidity": 58
},
{
"ts": 1748436541,
"temperature": 24.7,
"humidity": 58
},
{
"ts": 1748436544,
"temperature": 24.7,
"humidity": 59
}
]
}