diff --git a/ky018_data.json b/ky018_data.json new file mode 100644 index 0000000..a465be8 --- /dev/null +++ b/ky018_data.json @@ -0,0 +1,15 @@ +{ + "id": "sensor_004", + "type": "light", + "unit": "state", + "reading": [ + { + "ts": 1748452265, + "state": "dunkel" + }, + { + "ts": 1748452267, + "state": "dunkel" + } + ] +} \ No newline at end of file diff --git a/ky037_data.json b/ky037_data.json new file mode 100644 index 0000000..f4b55a4 --- /dev/null +++ b/ky037_data.json @@ -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 + } + ] +} \ No newline at end of file