Die Sensoren sind fertig. Der Python Code müsste passen.

This commit is contained in:
Chiara 2025-06-17 09:53:16 +02:00
parent 879c5eb881
commit 4a58d6cce5
36 changed files with 41 additions and 91 deletions

View file

@ -1 +0,0 @@
[]

View file

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

View file

@ -1,35 +0,0 @@
{
"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
}
]
}