Created
March 27, 2014 19:07
-
-
Save Kevinwlee/9815536 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
event = { | |
context = ( | |
{ | |
"location_context" = { | |
"location_context" = { | |
altitude = 0; | |
course = 0; | |
datetime = "2014-03-26 20:07:41 +0000"; | |
"device_id" = "BEE8D95B-01FF-4835-8A71-F1D89A39771C"; | |
latitude = 0; | |
longitude = 0; | |
speed = 0; | |
}; | |
}; | |
}, | |
{ | |
"motion_context" = { | |
}; | |
}, | |
{ | |
"device_context" = { | |
"device_id" = "BEE8D95B-01FF-4835-8A71-F1D89A39771C"; | |
model = "iPhone Simulator"; | |
name = "iPhone Simulator"; | |
"system_name" = "iPhone OS"; | |
"system_version" = "7.1"; | |
type = iPhone; | |
}; | |
} | |
); | |
data = { | |
altitude = 0; | |
course = 0; | |
datetime = "2014-03-26 20:07:41 +0000"; | |
"device_id" = "BEE8D95B-01FF-4835-8A71-F1D89A39771C"; | |
latitude = 0; | |
longitude = 0; | |
speed = 0; | |
}; | |
name = "location_changed"; | |
payload = { | |
}; | |
}; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment