Commit 8f03c48cc5dd2ff7c9c79d33e6cd88aefeb1a6be

Authored by Moritz Wirger
Committed by GitHub
1 parent 3d435b03

Extend feature description and make text nicer

Showing 1 changed file with 5 additions and 4 deletions
README.md
... ... @@ -2,11 +2,12 @@
2 2 A simple and easy to use library for Philips Hue Lights
3 3  
4 4 ## Features
5   -* finds bridges with SSDP or set ip manually
6   -* function to assign username or set manually
7   -* all common light functions
8   -* extended alert() function, which alerts in a specific color
  5 +* find bridges with SSDP or set an ip manually
  6 +* function to assign a username or set one manually
  7 +* all common light functions (brightness, color, temperature)
  8 +* extended alert() functions, which alert in a specific color (good for notifications)
9 9 * documented with doxygen
  10 +* starting to test with google test, google mock and gcov/lcov
10 11  
11 12 ## How to use
12 13 ### <a name="findingBridges"></a>Finding Bridges
... ...