Skip to content
Snippets Groups Projects
Unverified Commit b0a51568 authored by Matthias Urhahn's avatar Matthias Urhahn Committed by GitHub
Browse files

Fix fake window data for low risk card with encounters (DEV) (#1777)

parent bd677254
No related branches found
Tags v1.9.0-RC4
No related merge requests found
......@@ -2,7 +2,7 @@
{
"ageInDays": 1,
"reportType": 2,
"infectiousness": 2,
"infectiousness": 1,
"calibrationConfidence": 0,
"scanInstances": [
{
......@@ -14,24 +14,11 @@
"minAttenuation": 30,
"typicalAttenuation": 25,
"secondsSinceLastScan": 300
}
]
},
{
"ageInDays": 4,
"calibrationConfidence": 0,
"infectiousness": 2,
"reportType": 1,
"scanInstances": [
{
"minAttenuation": 30,
"secondsSinceLastScan": 300,
"typicalAttenuation": 25
},
{
"minAttenuation": 30,
"secondsSinceLastScan": 300,
"typicalAttenuation": 25
"typicalAttenuation": 25,
"secondsSinceLastScan": 299
}
]
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment