Skip to content
Snippets Groups Projects
Unverified Commit 9bff3aa5 authored by CWA Technical User's avatar CWA Technical User Committed by GitHub
Browse files
parent cf2fbb5a
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ message QRCodePosterTemplateAndroid {
uint32 qrCodeSideLength = 4;
QRCodeTextBoxAndroid description = 5;
QRCodeTextBoxAndroid descriptionTextBox = 5;
message QRCodeTextBoxAndroid {
uint32 offsetX = 1;
......@@ -35,7 +35,7 @@ message QRCodePosterTemplateIOS {
uint32 qrCodeSideLength = 4;
QRCodeTextBoxIOS description = 5;
QRCodeTextBoxIOS descriptionTextBox = 5;
message QRCodeTextBoxIOS {
uint32 offsetX = 1;
......
......@@ -16,7 +16,7 @@ message TraceTimeIntervalWarning {
string locationGuid = 1; // uuid
// 10-minute intervals since UNIX Epoch
uint32 startIntervalNumber = 2;
// 10-minute intervals since UNIX Epoch
uint32 endIntervalNumber = 3;
// Number of 10-minute intervals to which the warning applies
uint32 period = 3;
uint32 transmissionRiskLevel = 4;
}
\ No newline at end of file
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