chrisc36 commited on
Commit
ad2996a
1 Parent(s): 59f6ae9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -70,7 +70,8 @@ the following two fields are needed.
70
  - `shows_seconds`: Whether seconds are shown
71
 
72
  For convenience, this dataset includes a few fields derived from this data about what is visible on the watch:
73
- - `hour_visible`: The hour visible on the watch, between 0 and 23, -1 means not visible, 0 is 12:00am
 
74
  - `minute_visible`: The minute the watch should be set to, between 0 and 59, -1 means not visible
75
  - `second_visible`: The second the watch should be set to, between -1 and 59, -1 means not visible
76
  - `text`: A text string of the time
 
70
  - `shows_seconds`: Whether seconds are shown
71
 
72
  For convenience, this dataset includes a few fields derived from this data about what is visible on the watch:
73
+ - `hour_visible`: The hour visible on the watch, between 0 and 23, -1 means not visible, 0 is 12:00am.
74
+ If AM/PM cannot be determined the hour will be between 0 and 11
75
  - `minute_visible`: The minute the watch should be set to, between 0 and 59, -1 means not visible
76
  - `second_visible`: The second the watch should be set to, between -1 and 59, -1 means not visible
77
  - `text`: A text string of the time