Skip to content

Instantly share code, notes, and snippets.

@austinkregel
Created May 18, 2016 04:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save austinkregel/f7c507f6e1e2a8944ed00e5664b47314 to your computer and use it in GitHub Desktop.
Save austinkregel/f7c507f6e1e2a8944ed00e5664b47314 to your computer and use it in GitHub Desktop.
{
"dash": {
"abs": false,
"brake": false,
"check_engine": [
"Mass Airflow Sensor needs replacing (MAF)"
],
"cruise_control": {
"active": true,
"speed": 59
},
"fuel": {
"mpg": {
"current": 28.9,
"max": 36.1
},
"percent": 65,
"tank_size": 14.5
},
"lights": {
"highbeam": false,
"running": true,
"lowbeams": true,
"dome": false,
"brake": false
},
"odometer": 59,
"tackometer": 1980,
"washer_fluid": {
"percent": 80,
"tank_size": 1.5,
"warning_light": false
}
},
"prndl": {
"park": false,
"reverse": false,
"neutral": false,
"drive": {
"first": false,
"second": false,
"third": false,
"fourth": false,
"fifth": false,
"six": true
},
"low": {
"first": false,
"second": false,
"third": false
}
},
"radio": {
"favorite": 3,
"off": false,
"station": 97.1,
"connected_devices": {
"bluetooth": [
{
"name": "Nexus 6p",
"mac": "21:51:ab:4b:a9:32",
"streaming": true
}
],
"usb": [],
"aux": []
}
},
"sensors": [
{
"name": "tire pressure",
"attributes": [
{
"name": "front driver's",
"value": 32
},
{
"name": "front passenger's",
"value": 32
},
{
"name": "rear drivers",
"value": 40
},
{
"name": "rear passenger's",
"value": 40
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment