Add trace_export_script/tests/data/test_trace_samples.json

This commit is contained in:
Mika 2025-12-10 14:36:41 +00:00
parent 57ee7cdd77
commit c57e5475f7

View file

@ -0,0 +1,27 @@
[
{
"timestamp": 0.0,
"value": 1.23,
"source": "sensor_A"
},
{
"timestamp": 0.5,
"value": 1.45,
"source": "sensor_A"
},
{
"timestamp": 1.0,
"value": 1.67,
"source": "sensor_B"
},
{
"timestamp": 1.5,
"value": 1.89,
"source": "sensor_B"
},
{
"timestamp": 2.0,
"value": 2.05,
"source": "sensor_C"
}
]