Skip to content

Commit

Permalink
Added range of sleep confidenece in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
this-Aditya committed Jun 20, 2023
1 parent 6545844 commit 7e6468a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commons/passive/google/google_sleep_classify_event.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"fields": [
{ "name": "time", "type": "double", "doc": "Device timestamp in UTC (s)." },
{ "name": "timeReceived", "type": "double", "doc": "Device receiver timestamp in UTC (s)." },
{ "name": "sleepConfidence", "type": "float", "doc": "Sleep confidence value. Higher value indicate that the user is more likely sleeping, while lower values indicate that the user is more likely awake." },
{ "name": "sleepConfidence", "type": "float", "doc": "Sleep confidence value between 0-1. Higher value indicate that the user is more likely sleeping, while lower values indicate that the user is more likely awake." },
{ "name": "light", "type": "int", "doc": "The brightness of the space around the device, based on the device's ambient light sensor readings. Value ranges from 1 to 6, inclusive. Higher values indicate brighter surroundings, while lower values indicate darker surroundings." },
{ "name": "motion", "type": "int", "doc": "The amount of device motion, based on the device's accelerometer readings. Value ranges from 1 to 6, inclusive. Higher values indicate more movement of the device." }
]
Expand Down

0 comments on commit 7e6468a

Please sign in to comment.