Add logger_script/tests/data/sample_log.json
This commit is contained in:
parent
e6ea3eb438
commit
c24c5c5777
1 changed files with 22 additions and 0 deletions
22
logger_script/tests/data/sample_log.json
Normal file
22
logger_script/tests/data/sample_log.json
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"timestamp": "2024-06-10T12:00:00Z",
|
||||||
|
"intensity": 1523.4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": "2024-06-10T12:00:01Z",
|
||||||
|
"intensity": 1522.9
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": "2024-06-10T12:00:02Z",
|
||||||
|
"intensity": 1524.1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": "2024-06-10T12:00:03Z",
|
||||||
|
"intensity": 1523.7
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": "2024-06-10T12:00:04Z",
|
||||||
|
"intensity": 1524.0
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue