From b3b3927dd815391f8cbd354e328b88972207e5ba Mon Sep 17 00:00:00 2001 From: beat-murmann <35879361+beat-murmann@users.noreply.github.com> Date: Sat, 11 Apr 2020 09:15:17 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 743051d..9670e6b 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ JSON-like diagnostic profile message record for time series, with example data. "self-diag-body-temp-scale":"C" // temperature scale, "C" = Celsius, "F" = Fahrenheit, as string, optional "self-diag-body-temp":"38.9" // body temperature, float, as string, optional "self-diag-oxy-level:"96" // oxygen level percentage, integer, as string, optional - "self-diag-cough-sound-AI-result:"74" // cough-sound-AI-correspondance percentage, integer, as string, optional + "self-diag-cough-sound-AI-result:"74" // cough-sound-AI correspondance percentage, integer, as string, optional "self-diag-has-dry-cough":"0" // symptom, dry cough, boolean value, default = "0" as string, optional "self-diag-has-freq-sneezing":"0" // symptom, frequent sneezing, boolean value, default = "0" as string, optional "self-diag-has-short-breath:"1" // symptom, short breath, boolean value, default = "0" as string, optional