Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beat-murmann authored Apr 11, 2020
1 parent 96d66e8 commit 09785f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ 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
"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
"tx-timestamp":"1586483743" // profile timestamp of GMT time, unix UTC-timestamp, as string, optional
"tx_tz":"+0100" // profile 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
Expand Down

0 comments on commit 09785f6

Please sign in to comment.