Add geiger_counter_visualizer/tests/data/sample_geiger_data.json

This commit is contained in:
Mika 2026-05-24 02:06:21 +00:00
parent 9c56e2c359
commit 6e9dc858c4

View file

@ -0,0 +1,37 @@
[
{
"timestamp": "2024-05-01T12:00:00Z",
"count": 12,
"frequency": 0.8
},
{
"timestamp": "2024-05-01T12:00:01Z",
"count": 15,
"frequency": 1.0
},
{
"timestamp": "2024-05-01T12:00:02Z",
"count": 10,
"frequency": 0.6
},
{
"timestamp": "2024-05-01T12:00:03Z",
"count": 18,
"frequency": 1.1
},
{
"timestamp": "2024-05-01T12:00:04Z",
"count": 20,
"frequency": 1.3
},
{
"timestamp": "2024-05-01T12:00:05Z",
"count": 16,
"frequency": 1.0
},
{
"timestamp": "2024-05-01T12:00:06Z",
"count": 14,
"frequency": 0.9
}
]