Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beat-murmann committed Apr 11, 2020
1 parent 2bd3446 commit 96d66e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ JSON-like diagnostic profile message record for time series, with example data.
"agent":"d303aea7-3604-46c5-84c9-ad2758fb2852" // agent v4 RFC 4122 UUID e.g., see https://https://uuidgen.org/v/4, as string, mandatory
"agent-tx-timestamp":"1586485743" // agent transmission GMT time, unix UTC-timestamp, as string, mandatory
"agent-tx-tz":"+0100" // agent timezone, string concatenation of "+" or "-" with "hhmm" time format, excluding daylight saving time, as string, mandatory
"profile-tx-timestamp":"1586483743" // profile message update timestamp of GMT time, unix UTC-timestamp, as string, optional
"profile-tx_tz":"+0100" // profile message update of timezone, string concatenation of "+" or "-" with "hhmm" time format, excluding daylight saving time, as string, optional
"agent-gps-lat:"46.9465" // GPS latitude, float value, as string, optional
"agent-gps-long":"7.4443" // GPS longitude, float value, as string, optional
"agent-gps-prec":"50" // GPS precision in meters, integer as string, optional
"tx-timestamp":"1586483743" // profile message update timestamp of GMT time, unix UTC-timestamp, as string, optional
"tx_tz":"+0100" // profile message update of timezone, string concatenation of "+" or "-" with "hhmm" time format, excluding daylight saving time, as string, optional
"gps-lat:"46.9465" // GPS latitude, float value, as string, optional
"gps-long":"7.4443" // GPS longitude, float value, as string, optional
"gps-prec":"50" // GPS precision in meters, integer as string, optional
"age":"55" // age, integer as string, optional
"sex":"m" // sex, string, "f" = female, "m" = male, optional
"infectuous_proximity":"0" // infectuous proximity warning flag, boolean value, default = "0", as string, optional
Expand Down

0 comments on commit 96d66e8

Please sign in to comment.