Commit e33f4928103e396969a562f152187fb47aa206ae
Committed by
GitHub
1 parent
ff732ab4
fix README
Showing
1 changed file
with
1 additions
and
5 deletions
README.md
| ... | ... | @@ -44,6 +44,7 @@ You can choose from |
| 44 | 44 | * HueTemperatureLight |
| 45 | 45 | * HueColorLight |
| 46 | 46 | * HueExtendedColorLight |
| 47 | + | |
| 47 | 48 | Then call getLight(\<id\>) from you bridge object to get the specific light, where id |
| 48 | 49 | is the id of the light set internally by the Hue Bridge. |
| 49 | 50 | ```C++ |
| ... | ... | @@ -60,8 +61,3 @@ lamp1->setColorRGB(255, 128, 0); |
| 60 | 61 | |
| 61 | 62 | ## Copyright |
| 62 | 63 | Copyright (c) 2017 Jan Rogall & Moritz Wirger. See LICENSE for further details. |
| 63 | - | |
| 64 | - | |
| 65 | -```C++ | |
| 66 | - | |
| 67 | -``` | |
| 68 | 64 | \ No newline at end of file | ... | ... |