Add data_logging/tests/data/sample_log.json
This commit is contained in:
parent
4565979dbc
commit
7e8c711238
1 changed files with 17 additions and 0 deletions
17
data_logging/tests/data/sample_log.json
Normal file
17
data_logging/tests/data/sample_log.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
{
|
||||
"timestamp": "2024-05-12T10:15:30Z",
|
||||
"value": -0.0025,
|
||||
"status": "valid"
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-05-12T10:16:05Z",
|
||||
"value": -0.0008,
|
||||
"status": "valid"
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-05-12T10:16:45Z",
|
||||
"value": -0.0041,
|
||||
"status": "error"
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue