Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
David Parker committed Feb 19, 2016
1 parent 5f7d366 commit ebefeba
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,32 @@ After the setup is complete you should be able to see the application listed whe
- The longitude and latitude for the center of your geofence is recorded in each device's location record
- Device metadata updates occur when the application is installed or reconfigured

### Sample

```json
{
"clientId": "d:abc123:smartthings:a0c9872a-afad-49e4-8201-3adf98a09c5e",
"typeId": "smartthings",
"deviceId": "a0c9872a-afad-49e4-8201-3adf98a09c5e",
"deviceInfo": {
"deviceClass": "Water Leak Sensor",
"description": "Bathroom Window",
"descriptiveLocation": "Home"
},
"metadata": {
"smartthings": {
"bridge": {
"version": "0.2.0"
},
"capabilities": [
"temperature",
"battery"
]
}
}
}
```

![IBM Watson IoT Dashboard](https://raw.githubusercontent.com/ibm-watson-iot/gateway-smartthings/master/docs/dashboard.jpg "IBM Watson IoT Dashboard")

## Events
Expand Down

0 comments on commit ebefeba

Please sign in to comment.