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