Die ganzen Sensor sind jetzt feritg. Der Code ist fertig und die Daten werden in ein Json File gespeichert

This commit is contained in:
Chiara 2025-06-15 14:49:00 +02:00
parent 2af8464df7
commit 008fb9ffe4
2 changed files with 50 additions and 0 deletions

15
ky018_data.json Normal file
View file

@ -0,0 +1,15 @@
{
"id": "sensor_004",
"type": "light",
"unit": "state",
"reading": [
{
"ts": 1748452265,
"state": "dunkel"
},
{
"ts": 1748452267,
"state": "dunkel"
}
]
}

35
ky037_data.json Normal file
View file

@ -0,0 +1,35 @@
{
"id": "sensor_001",
"type": "noise",
"unit": "bool",
"readings": [
{
"ts": 1748452253,
"value": 1
},
{
"ts": 1748452254,
"value": 1
},
{
"ts": 1748452255,
"value": 1
},
{
"ts": 1748452256,
"value": 1
},
{
"ts": 1748452257,
"value": 1
},
{
"ts": 1748452258,
"value": 1
},
{
"ts": 1748452259,
"value": 1
}
]
}