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
durera committed Feb 26, 2017
1 parent c0e27d1 commit 04930c2
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,37 @@
# gateway-lightify
# IoT Gateway Application for OSRAM Lightify

Connect your OSRAM Lightify Hub to Watson IoT.

- [IBM Watson IoT](https://internetofthings.ibmcloud.com)
- [OSRAM Lightify](https://www.osram.com/lightify)

## Lights

### Automatic Device Registration

Any new light connected to your Lightify hub will be auto-registered as a new device in Watson IoT

### Events

State updates are published to Watson IoT every 60 seconds (althought this can easily be changed). For every light connected to your hub the
gateway will relay a state event containing all the state data available from Lightify:


```json
{
"online": true,
"on": true,
"lum": 100,
"temp": 2702,
"colour": {
"red": 1,
"green": 0,
"blue": 0,
},
"alpha": 255
}
```

### Commands

This version of the gateway only supports publishing state events. Command control will be added in the future.

0 comments on commit 04930c2

Please sign in to comment.