Skip to content

Commit

Permalink
Merge branch 'dev' into sleep-null
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed Jul 31, 2023
2 parents 352c43f + 191cdfe commit 55d6a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commons/passive/google/google_activity_transition_event.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"fields": [
{ "name": "time", "type": "double", "doc": "The UNIX epoch time (s) for the moment when the activity takes place.." },
{ "name": "timeReceived", "type": "double", "doc": "Device receiver timestamp in UTC (s)." },
{ "name": "activity", "type": {
{ "name": "activity", "type": ["null",{
"name": "ActivityType",
"type": "enum",
"doc": "The detected activity of the device. \nIN_VEHICLE indicates the device is in a vehicle, such as a car. \nON_BICYCLE indicates the device is on a bicycle. \n ON_FOOT indicates the device is on a user who is walking or running. \nRUNNING indicates the device is on a user who is running. This is a sub-activity of ON_FOOT. \nSTILL indicates the device is still (not moving). \nWALKING indicates the device is on a user who is walking. This is a sub-activity of ON_FOOT.",
"symbols": ["IN_VEHICLE", "ON_BICYCLE", "ON_FOOT", "RUNNING", "STILL", "WALKING", "UNKNOWN"]
}, "doc": "Gets the type of the activity of the transition.", "default": "UNKNOWN" },
}], "doc": "Gets the type of the activity of the transition.", "default": null },
{ "name": "transition", "type": {
"name": "TransitionType",
"type": "enum",
Expand Down

0 comments on commit 55d6a2f

Please sign in to comment.